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

Side by Side Diff: build/all.gyp

Issue 303543004: MacViews: views_examples_with_content_exe working! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add files Created 6 years, 7 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 | « ash/ash.gyp ('k') | cc/output/gl_renderer.cc » ('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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 '../chrome/chrome.gyp:browser_tests_run', 1224 '../chrome/chrome.gyp:browser_tests_run',
1225 '../chrome/chrome.gyp:interactive_ui_tests_run', 1225 '../chrome/chrome.gyp:interactive_ui_tests_run',
1226 # http://crbug.com/157234 1226 # http://crbug.com/157234
1227 #'../chrome/chrome.gyp:sync_integration_tests_run', 1227 #'../chrome/chrome.gyp:sync_integration_tests_run',
1228 '../chrome/chrome.gyp:unit_tests_run', 1228 '../chrome/chrome.gyp:unit_tests_run',
1229 '../net/net.gyp:net_unittests_run', 1229 '../net/net.gyp:net_unittests_run',
1230 ], 1230 ],
1231 }, # target_name: chromium_swarm_tests 1231 }, # target_name: chromium_swarm_tests
1232 ], 1232 ],
1233 }], 1233 }],
1234 ], # conditions 1234 ['OS=="mac" and toolkit_views==1', {
1235 'targets': [
1236 {
1237 'target_name': 'macviews_builder',
1238 'type': 'none',
1239 'dependencies': [
1240 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1241 '../ui/views/views.gyp:views',
1242 ],
1243 }, # target_name: macviews_builder
1244 ], # targets
1245 }], # os=='mac' and toolkit_views==1
1246 ], # conditions
1235 } 1247 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698