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

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

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py Created 5 years, 10 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
« no previous file with comments | « ui/shell_dialogs/select_file_dialog_android.cc ('k') | ui/snapshot/BUILD.gn » ('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 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '../aura/aura.gyp:aura', 53 '../aura/aura.gyp:aura',
54 ], 54 ],
55 'sources!': [ 55 'sources!': [
56 'select_file_dialog_mac.mm', 56 'select_file_dialog_mac.mm',
57 ], 57 ],
58 } 58 }
59 ], 59 ],
60 ['OS=="android"', 60 ['OS=="android"',
61 { 61 {
62 'dependencies': [ 62 'dependencies': [
63 '../android/ui_android.gyp:ui_android',
63 '../base/ui_base.gyp:ui_base_jni_headers', 64 '../base/ui_base.gyp:ui_base_jni_headers',
64 ], 65 ],
65 'include_dirs': [ 66 'include_dirs': [
66 '<(SHARED_INTERMEDIATE_DIR)/ui', 67 '<(SHARED_INTERMEDIATE_DIR)/ui',
67 ], 68 ],
68 'link_settings': { 69 'link_settings': {
69 'libraries': [ 70 'libraries': [
70 '-ljnigraphics', 71 '-ljnigraphics',
71 ], 72 ],
72 }, 73 },
(...skipping 26 matching lines...) Expand all
99 '../../testing/gtest.gyp:gtest', 100 '../../testing/gtest.gyp:gtest',
100 'shell_dialogs', 101 'shell_dialogs',
101 ], 102 ],
102 'sources': [ 103 'sources': [
103 # Note: file list duplicated in GN build. 104 # Note: file list duplicated in GN build.
104 'select_file_dialog_win_unittest.cc', 105 'select_file_dialog_win_unittest.cc',
105 ], 106 ],
106 }, 107 },
107 ], 108 ],
108 } 109 }
OLDNEW
« no previous file with comments | « ui/shell_dialogs/select_file_dialog_android.cc ('k') | ui/snapshot/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698