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

Side by Side Diff: chrome/chrome.gyp

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui_unittests.gyp Created 7 years, 1 month 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'target_name': 'test_targets', 824 'target_name': 'test_targets',
825 'type': 'none', 825 'type': 'none',
826 'dependencies': [ 826 'dependencies': [
827 '../base/base.gyp:base_unittests', 827 '../base/base.gyp:base_unittests',
828 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 828 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
829 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 829 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
830 '../content/content_shell_and_tests.gyp:content_browsertests', 830 '../content/content_shell_and_tests.gyp:content_browsertests',
831 '../content/content_shell_and_tests.gyp:content_shell', 831 '../content/content_shell_and_tests.gyp:content_shell',
832 '../content/content_shell_and_tests.gyp:content_unittests', 832 '../content/content_shell_and_tests.gyp:content_unittests',
833 '../net/net.gyp:net_unittests', 833 '../net/net.gyp:net_unittests',
834 '../ui/ui.gyp:ui_unittests', 834 '../ui/ui_unittests.gyp:ui_unittests',
835 ], 835 ],
836 'conditions': [ 836 'conditions': [
837 ['use_aura==1 or target_arch=="x64"', { 837 ['use_aura==1 or target_arch=="x64"', {
838 'dependencies!': [ 838 'dependencies!': [
839 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 839 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
840 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 840 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
841 ], 841 ],
842 }], 842 }],
843 ], 843 ],
844 }, 844 },
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 'sources': [ 1175 'sources': [
1176 'service/cloud_print/print_system_cups.cc', 1176 'service/cloud_print/print_system_cups.cc',
1177 ], 1177 ],
1178 }], 1178 }],
1179 ], 1179 ],
1180 }, 1180 },
1181 ], 1181 ],
1182 }], 1182 }],
1183 ], # 'conditions' 1183 ], # 'conditions'
1184 } 1184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698