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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 948143003: Mark //testing/perf target testonly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: browser should not need //testing/perf dependency Created 5 years, 10 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 | « chrome/browser/BUILD.gn ('k') | testing/perf/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3002 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 '../components/components.gyp:web_modal', 3013 '../components/components.gyp:web_modal',
3014 '../components/components.gyp:web_resource', 3014 '../components/components.gyp:web_resource',
3015 '../content/app/resources/content_resources.gyp:content_resources', 3015 '../content/app/resources/content_resources.gyp:content_resources',
3016 '../media/media.gyp:media', 3016 '../media/media.gyp:media',
3017 '../mojo/mojo_base.gyp:mojo_common_lib', 3017 '../mojo/mojo_base.gyp:mojo_common_lib',
3018 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3018 '../mojo/mojo_base.gyp:mojo_environment_chromium',
3019 '../net/net.gyp:net_extras', 3019 '../net/net.gyp:net_extras',
3020 '../net/net.gyp:net_with_v8', 3020 '../net/net.gyp:net_with_v8',
3021 '../storage/storage_browser.gyp:storage', 3021 '../storage/storage_browser.gyp:storage',
3022 '../storage/storage_common.gyp:storage_common', 3022 '../storage/storage_common.gyp:storage_common',
3023 # TODO(tonyg): Remove this dependency (crbug.com/280157).
3024 '../testing/perf/perf_test.gyp:*',
3025 '../third_party/expat/expat.gyp:expat', 3023 '../third_party/expat/expat.gyp:expat',
3026 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3024 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3027 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3025 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3028 '../third_party/libyuv/libyuv.gyp:libyuv', 3026 '../third_party/libyuv/libyuv.gyp:libyuv',
3029 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 3027 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
3030 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 3028 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
3031 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 3029 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
3032 '../third_party/npapi/npapi.gyp:npapi', 3030 '../third_party/npapi/npapi.gyp:npapi',
3033 '../third_party/smhasher/smhasher.gyp:cityhash', 3031 '../third_party/smhasher/smhasher.gyp:cityhash',
3034 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 3032 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
3702 'variables': { 3700 'variables': {
3703 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3701 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3704 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3705 }, 3703 },
3706 'includes': [ '../build/protoc.gypi' ] 3704 'includes': [ '../build/protoc.gypi' ]
3707 }, 3705 },
3708 ], 3706 ],
3709 },], 3707 },],
3710 ], 3708 ],
3711 } 3709 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | testing/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698