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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2070001: Remove webkit_support_in_chromium.gyp and use webkit_support.gyp (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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 | « chrome/chrome_renderer.gypi ('k') | chrome/nacl.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'debugger', 513 'debugger',
514 'renderer', 514 'renderer',
515 'test_support_unit', 515 'test_support_unit',
516 'utility', 516 'utility',
517 '../app/app.gyp:app_base', 517 '../app/app.gyp:app_base',
518 '../app/app.gyp:app_resources', 518 '../app/app.gyp:app_resources',
519 '../ipc/ipc.gyp:ipc', 519 '../ipc/ipc.gyp:ipc',
520 '../net/net.gyp:net_resources', 520 '../net/net.gyp:net_resources',
521 '../net/net.gyp:net_test_support', 521 '../net/net.gyp:net_test_support',
522 '../printing/printing.gyp:printing', 522 '../printing/printing.gyp:printing',
523 '../webkit/support/webkit_support_in_chromium.gyp:webkit_resources', 523 '../webkit/support/webkit_support.gyp:webkit_resources',
524 '../skia/skia.gyp:skia', 524 '../skia/skia.gyp:skia',
525 '../testing/gmock.gyp:gmock', 525 '../testing/gmock.gyp:gmock',
526 '../testing/gtest.gyp:gtest', 526 '../testing/gtest.gyp:gtest',
527 '../third_party/bzip2/bzip2.gyp:bzip2', 527 '../third_party/bzip2/bzip2.gyp:bzip2',
528 '../third_party/cld/cld.gyp:cld', 528 '../third_party/cld/cld.gyp:cld',
529 '../third_party/expat/expat.gyp:expat', 529 '../third_party/expat/expat.gyp:expat',
530 '../third_party/icu/icu.gyp:icui18n', 530 '../third_party/icu/icu.gyp:icui18n',
531 '../third_party/icu/icu.gyp:icuuc', 531 '../third_party/icu/icu.gyp:icuuc',
532 '../third_party/libjingle/libjingle.gyp:libjingle', 532 '../third_party/libjingle/libjingle.gyp:libjingle',
533 '../third_party/libxml/libxml.gyp:libxml', 533 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 'debugger', 2061 'debugger',
2062 'renderer', 2062 'renderer',
2063 'chrome_resources', 2063 'chrome_resources',
2064 'chrome_strings', 2064 'chrome_strings',
2065 '../app/app.gyp:app_base', 2065 '../app/app.gyp:app_base',
2066 '../base/base.gyp:base', 2066 '../base/base.gyp:base',
2067 '../base/base.gyp:test_support_base', 2067 '../base/base.gyp:test_support_base',
2068 '../base/base.gyp:test_support_perf', 2068 '../base/base.gyp:test_support_perf',
2069 '../skia/skia.gyp:skia', 2069 '../skia/skia.gyp:skia',
2070 '../testing/gtest.gyp:gtest', 2070 '../testing/gtest.gyp:gtest',
2071 '../webkit/support/webkit_support_in_chromium.gyp:glue', 2071 '../webkit/support/webkit_support.gyp:glue',
2072 ], 2072 ],
2073 'sources': [ 2073 'sources': [
2074 'browser/privacy_blacklist/blacklist_perftest.cc', 2074 'browser/privacy_blacklist/blacklist_perftest.cc',
2075 'browser/safe_browsing/filter_false_positive_perftest.cc', 2075 'browser/safe_browsing/filter_false_positive_perftest.cc',
2076 'browser/visitedlink_perftest.cc', 2076 'browser/visitedlink_perftest.cc',
2077 'common/json_value_serializer_perftest.cc', 2077 'common/json_value_serializer_perftest.cc',
2078 'test/perf/perftests.cc', 2078 'test/perf/perftests.cc',
2079 'test/perf/url_parse_perftest.cc', 2079 'test/perf/url_parse_perftest.cc',
2080 ], 2080 ],
2081 'conditions': [ 2081 'conditions': [
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2382 ] 2382 ]
2383 }], # 'coverage!=0' 2383 }], # 'coverage!=0'
2384 ], # 'conditions' 2384 ], # 'conditions'
2385 } 2385 }
2386 2386
2387 # Local Variables: 2387 # Local Variables:
2388 # tab-width:2 2388 # tab-width:2
2389 # indent-tabs-mode:nil 2389 # indent-tabs-mode:nil
2390 # End: 2390 # End:
2391 # vim: set expandtab tabstop=2 shiftwidth=2: 2391 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698