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

Side by Side Diff: build/all.gyp

Issue 1021763002: Add ANGLE perf tests targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing main file Created 5 years, 9 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 | « no previous file | gpu/angle_perftests_main.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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 ], 550 ],
551 }], 551 }],
552 ['OS=="linux"', { 552 ['OS=="linux"', {
553 'dependencies': [ 553 'dependencies': [
554 '../chrome/chrome.gyp:linux_symbols' 554 '../chrome/chrome.gyp:linux_symbols'
555 ], 555 ],
556 }], 556 }],
557 ['OS=="win"', { 557 ['OS=="win"', {
558 'dependencies': [ 558 'dependencies': [
559 '../chrome/chrome.gyp:crash_service', 559 '../chrome/chrome.gyp:crash_service',
560 '../gpu/gpu.gyp:angle_perftests',
560 ], 561 ],
561 }], 562 }],
562 ['OS=="win" and target_arch=="ia32"', { 563 ['OS=="win" and target_arch=="ia32"', {
563 'dependencies': [ 564 'dependencies': [
564 '../chrome/chrome.gyp:crash_service_win64', 565 '../chrome/chrome.gyp:crash_service_win64',
565 ], 566 ],
566 }], 567 }],
567 ], 568 ],
568 }, # target_name: chromium_builder_perf 569 }, # target_name: chromium_builder_perf
569 { 570 {
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 'dependencies': [ 1325 'dependencies': [
1325 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1326 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1326 '../ui/views/views.gyp:views', 1327 '../ui/views/views.gyp:views',
1327 '../ui/views/views.gyp:views_unittests', 1328 '../ui/views/views.gyp:views_unittests',
1328 ], 1329 ],
1329 }, # target_name: macviews_builder 1330 }, # target_name: macviews_builder
1330 ], # targets 1331 ], # targets
1331 }], # os=='mac' and toolkit_views==1 1332 }], # os=='mac' and toolkit_views==1
1332 ], # conditions 1333 ], # conditions
1333 } 1334 }
OLDNEW
« no previous file with comments | « no previous file | gpu/angle_perftests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698