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

Side by Side Diff: build/all.gyp

Issue 1110923003: Added switch to disable specified GL extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gl_unittests for windows Created 5 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
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 '../base/base.gyp:base_unittests', 312 '../base/base.gyp:base_unittests',
313 '../components/components_tests.gyp:components_unittests', 313 '../components/components_tests.gyp:components_unittests',
314 '../crypto/crypto.gyp:crypto_unittests', 314 '../crypto/crypto.gyp:crypto_unittests',
315 '../net/net.gyp:net_unittests', 315 '../net/net.gyp:net_unittests',
316 '../skia/skia_tests.gyp:skia_unittests', 316 '../skia/skia_tests.gyp:skia_unittests',
317 '../sql/sql.gyp:sql_unittests', 317 '../sql/sql.gyp:sql_unittests',
318 '../sync/sync.gyp:sync_unit_tests', 318 '../sync/sync.gyp:sync_unit_tests',
319 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 319 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
320 '../ui/display/display.gyp:display_unittests', 320 '../ui/display/display.gyp:display_unittests',
321 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 321 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
322 '../ui/gl/gl_tests.gyp:gl_unittests',
323 '../url/url.gyp:url_unittests', 322 '../url/url.gyp:url_unittests',
324 ], 323 ],
325 'conditions': [ 324 'conditions': [
325 ['OS!="ios"', {
326 'dependencies': [
327 '../ui/gl/gl_tests.gyp:gl_unittests',
328 ],
329 }],
326 ['OS!="ios" and OS!="mac"', { 330 ['OS!="ios" and OS!="mac"', {
327 'dependencies': [ 331 'dependencies': [
328 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 332 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
329 ], 333 ],
330 }], 334 }],
331 ['OS!="ios" and OS!="android"', { 335 ['OS!="ios" and OS!="android"', {
332 'dependencies': [ 336 'dependencies': [
333 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 337 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
334 '../cc/cc_tests.gyp:cc_unittests', 338 '../cc/cc_tests.gyp:cc_unittests',
335 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 339 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1404 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1405 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1406 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1407 '../ui/views/views.gyp:views_unittests',
1404 ], 1408 ],
1405 }, # target_name: macviews_builder 1409 }, # target_name: macviews_builder
1406 ], # targets 1410 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1411 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1412 ], # conditions
1409 } 1413 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698