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

Side by Side Diff: ash/ash.gyp

Issue 381463002: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add %$&*ing missing comma 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
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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 # Can't resize on Windows Ash. http://crbug.com/165962 1048 # Can't resize on Windows Ash. http://crbug.com/165962
1049 ['exclude', 'ash_root_window_transformer_unittest.cc'], 1049 ['exclude', 'ash_root_window_transformer_unittest.cc'],
1050 ['exclude', 'magnifier/magnification_controller_unittest.cc'], 1050 ['exclude', 'magnifier/magnification_controller_unittest.cc'],
1051 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'], 1051 ['exclude', 'wm/workspace/workspace_window_resizer_unittest.cc'],
1052 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'], 1052 ['exclude', 'sticky_keys/sticky_keys_overlay_unittest.cc'],
1053 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'], 1053 ['exclude', 'sticky_keys/sticky_keys_unittest.cc'],
1054 ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite m_unittest.cc'], 1054 ['exclude', 'system/tray/media_security/multi_profile_media_tray_ite m_unittest.cc'],
1055 ['exclude', 'autoclick/autoclick_unittest.cc'], 1055 ['exclude', 'autoclick/autoclick_unittest.cc'],
1056 ], 1056 ],
1057 'sources': [ 1057 'sources': [
1058 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc ', 1058 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
1059 ], 1059 ],
1060 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1060 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1061 'msvs_disabled_warnings': [ 4267, ], 1061 'msvs_disabled_warnings': [ 4267, ],
1062 }], 1062 }],
1063 ['OS=="win" and win_use_allocator_shim==1', { 1063 ['OS=="win" and win_use_allocator_shim==1', {
1064 'dependencies': [ 1064 'dependencies': [
1065 '../base/allocator/allocator.gyp:allocator', 1065 '../base/allocator/allocator.gyp:allocator',
1066 ], 1066 ],
1067 }], 1067 }],
1068 ['use_x11!=1', { 1068 ['use_x11!=1', {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'conditions': [ 1219 'conditions': [
1220 ['chromeos==1', { 1220 ['chromeos==1', {
1221 'dependencies': [ 1221 'dependencies': [
1222 '../ui/display/display.gyp:display', 1222 '../ui/display/display.gyp:display',
1223 ], 1223 ],
1224 }], 1224 }],
1225 ], 1225 ],
1226 }, 1226 },
1227 ], 1227 ],
1228 } 1228 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash_strings.gyp » ('j') | ui/resources/ui_resources.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698