Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: ui/shell_dialogs/shell_dialogs.gyp

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/ozone/ime/ime.gypi ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'shell_dialogs', 11 'target_name': 'shell_dialogs',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../skia/skia.gyp:skia', 16 '../../skia/skia.gyp:skia',
17 '../base/strings/ui_strings.gyp:ui_strings', 17 '../base/strings/ui_strings.gyp:ui_strings',
18 '../ui.gyp:ui', 18 '../base/ui_base.gyp:ui_base',
19 ], 19 ],
20 'defines': [ 20 'defines': [
21 'SHELL_DIALOGS_IMPLEMENTATION', 21 'SHELL_DIALOGS_IMPLEMENTATION',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 'android/shell_dialogs_jni_registrar.cc', 24 'android/shell_dialogs_jni_registrar.cc',
25 'android/shell_dialogs_jni_registrar.h', 25 'android/shell_dialogs_jni_registrar.h',
26 'base_shell_dialog.cc', 26 'base_shell_dialog.cc',
27 'base_shell_dialog.h', 27 'base_shell_dialog.h',
28 'base_shell_dialog_win.cc', 28 'base_shell_dialog_win.cc',
(...skipping 26 matching lines...) Expand all
55 '../aura/aura.gyp:aura', 55 '../aura/aura.gyp:aura',
56 ], 56 ],
57 'sources/': [ 57 'sources/': [
58 ['exclude', 'select_file_dialog_mac.mm'], 58 ['exclude', 'select_file_dialog_mac.mm'],
59 ], 59 ],
60 } 60 }
61 ], 61 ],
62 ['OS=="android"', 62 ['OS=="android"',
63 { 63 {
64 'dependencies': [ 64 'dependencies': [
65 '../ui.gyp:ui_base_jni_headers', 65 '../base/ui_base.gyp:ui_base_jni_headers',
66 ], 66 ],
67 'include_dirs': [ 67 'include_dirs': [
68 '<(SHARED_INTERMEDIATE_DIR)/ui', 68 '<(SHARED_INTERMEDIATE_DIR)/ui',
69 ], 69 ],
70 'link_settings': { 70 'link_settings': {
71 'libraries': [ 71 'libraries': [
72 '-ljnigraphics', 72 '-ljnigraphics',
73 ], 73 ],
74 }, 74 },
75 } 75 }
(...skipping 16 matching lines...) Expand all
92 '../../base/base.gyp:run_all_unittests', 92 '../../base/base.gyp:run_all_unittests',
93 '../../testing/gtest.gyp:gtest', 93 '../../testing/gtest.gyp:gtest',
94 'shell_dialogs', 94 'shell_dialogs',
95 ], 95 ],
96 'sources': [ 96 'sources': [
97 'select_file_dialog_win_unittest.cc', 97 'select_file_dialog_win_unittest.cc',
98 ], 98 ],
99 }, 99 },
100 ], 100 ],
101 } 101 }
OLDNEW
« no previous file with comments | « ui/ozone/ime/ime.gypi ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698