forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 250439 "Mojo: Add a public/environment/test_support.h."
This isn't quite right. It breaks (on a Linux shared library build) mojo_shell_unittests at runtime. The stuff in test_support.h also differs considerably from other stuff in environment/ (it's not something chosen by the app), so it doesn't belong there. Hmmm. > Mojo: Add a public/environment/test_support.h. > > Remove public/tests's base dependency. > > R=darin@chromium.org > > Review URL: https://codereview.chromium.org/145073008 TBR=viettrungluu@chromium.org,darin@chromium.org Review URL: https://codereview.chromium.org/150203008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250454 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
viettrungluu@chromium.org
committed
Feb 11, 2014
1 parent
81ad15f
commit 3ae54ce
Showing
6 changed files
with
6 additions
and
48 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# TODO(darin): Eliminate the base dependency! | ||
include_rules = [ | ||
"+base", | ||
"+mojo", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters