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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « trunk/src/ash/BUILD.gn ('k') | trunk/src/ash/ash_strings.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 (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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 # Can't resize on Windows Ash. http://crbug.com/165962 1051 # Can't resize on Windows Ash. http://crbug.com/165962
1052 ['exclude', 'ash_root_window_transformer_unittest.cc'], 1052 ['exclude', 'ash_root_window_transformer_unittest.cc'],
1053 ['exclude', 'magnifier/magnification_controller_unittest.cc'], 1053 ['exclude', 'magnifier/magnification_controller_unittest.cc'],
1054 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], 1054 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'],
1055 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'], 1055 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'],
1056 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], 1056 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'],
1057 ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite m_unittest.cc'], 1057 ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite m_unittest.cc'],
1058 ['exclude', 'autoclick/autoclick_unittest.cc'], 1058 ['exclude', 'autoclick/autoclick_unittest.cc'],
1059 ], 1059 ],
1060 'sources': [ 1060 'sources': [
1061 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', 1061 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ',
1062 ], 1062 ],
1063 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1063 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1064 'msvs_disabled_warnings': [ 4267, ], 1064 'msvs_disabled_warnings': [ 4267, ],
1065 }], 1065 }],
1066 ['OS=="win" and win_use_allocator_shim==1', { 1066 ['OS=="win" and win_use_allocator_shim==1', {
1067 'dependencies': [ 1067 'dependencies': [
1068 '../base/allocator/allocator.gyp:allocator', 1068 '../base/allocator/allocator.gyp:allocator',
1069 ], 1069 ],
1070 }], 1070 }],
1071 ['use_x11!=1', { 1071 ['use_x11!=1', {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 'conditions': [ 1222 'conditions': [
1223 ['chromeos==1', { 1223 ['chromeos==1', {
1224 'dependencies': [ 1224 'dependencies': [
1225 '../ui/display/display.gyp:display', 1225 '../ui/display/display.gyp:display',
1226 ], 1226 ],
1227 }], 1227 }],
1228 ], 1228 ],
1229 }, 1229 },
1230 ], 1230 ],
1231 } 1231 }
OLDNEW
« no previous file with comments | « trunk/src/ash/BUILD.gn ('k') | trunk/src/ash/ash_strings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698