diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-29 01:32:19 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-29 01:32:19 +0000 |
commit | 1027c8cc041f364d39ccdefc1cd9d25a6c79e60d (patch) | |
tree | ef66315b0fe4a4126c1ba9fe17534c3dc16e0fef /content/content_common.gypi | |
parent | 837d51d107816ec5c91ea42980f07232cad67a4d (diff) | |
download | chromium_src-1027c8cc041f364d39ccdefc1cd9d25a6c79e60d.zip chromium_src-1027c8cc041f364d39ccdefc1cd9d25a6c79e60d.tar.gz chromium_src-1027c8cc041f364d39ccdefc1cd9d25a6c79e60d.tar.bz2 |
ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory.
This is the pattern we follow for projects under ui/, each top-level directory
(app_list, aura, compositor, events) have its own gyp file for its main target
(library).
BUG=299841
TEST=build/gyp_chromium, ninja -C out/Debug shell_dialogs, and other targets
still build.
R=ben@chromium.org
Review URL: https://codereview.chromium.org/47323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index ef8293d..0f20c4b 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -10,7 +10,7 @@ '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icuuc', '../ui/gfx/gfx.gyp:gfx', - '../ui/ui.gyp:shell_dialogs', + '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |