summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-29 01:32:19 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-29 01:32:19 +0000
commit1027c8cc041f364d39ccdefc1cd9d25a6c79e60d (patch)
treeef66315b0fe4a4126c1ba9fe17534c3dc16e0fef /printing
parent837d51d107816ec5c91ea42980f07232cad67a4d (diff)
downloadchromium_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 'printing')
-rw-r--r--printing/printing.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printing.gyp b/printing/printing.gyp
index c7ff11e..5e6c388 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -18,7 +18,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../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',
],