OLD | NEW |
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 Loading... |
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/webkit.gyp:webkit_resources', | 523 '../webkit/support/webkit_support_in_chromium.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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2053 'debugger', | 2053 'debugger', |
2054 'renderer', | 2054 'renderer', |
2055 'chrome_resources', | 2055 'chrome_resources', |
2056 'chrome_strings', | 2056 'chrome_strings', |
2057 '../app/app.gyp:app_base', | 2057 '../app/app.gyp:app_base', |
2058 '../base/base.gyp:base', | 2058 '../base/base.gyp:base', |
2059 '../base/base.gyp:test_support_base', | 2059 '../base/base.gyp:test_support_base', |
2060 '../base/base.gyp:test_support_perf', | 2060 '../base/base.gyp:test_support_perf', |
2061 '../skia/skia.gyp:skia', | 2061 '../skia/skia.gyp:skia', |
2062 '../testing/gtest.gyp:gtest', | 2062 '../testing/gtest.gyp:gtest', |
2063 '../webkit/webkit.gyp:glue', | 2063 '../webkit/support/webkit_support_in_chromium.gyp:glue', |
2064 ], | 2064 ], |
2065 'sources': [ | 2065 'sources': [ |
2066 'browser/privacy_blacklist/blacklist_perftest.cc', | 2066 'browser/privacy_blacklist/blacklist_perftest.cc', |
2067 'browser/safe_browsing/filter_false_positive_perftest.cc', | 2067 'browser/safe_browsing/filter_false_positive_perftest.cc', |
2068 'browser/visitedlink_perftest.cc', | 2068 'browser/visitedlink_perftest.cc', |
2069 'common/json_value_serializer_perftest.cc', | 2069 'common/json_value_serializer_perftest.cc', |
2070 'test/perf/perftests.cc', | 2070 'test/perf/perftests.cc', |
2071 'test/perf/url_parse_perftest.cc', | 2071 'test/perf/url_parse_perftest.cc', |
2072 ], | 2072 ], |
2073 'conditions': [ | 2073 'conditions': [ |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2374 ] | 2374 ] |
2375 }], # 'coverage!=0' | 2375 }], # 'coverage!=0' |
2376 ], # 'conditions' | 2376 ], # 'conditions' |
2377 } | 2377 } |
2378 | 2378 |
2379 # Local Variables: | 2379 # Local Variables: |
2380 # tab-width:2 | 2380 # tab-width:2 |
2381 # indent-tabs-mode:nil | 2381 # indent-tabs-mode:nil |
2382 # End: | 2382 # End: |
2383 # vim: set expandtab tabstop=2 shiftwidth=2: | 2383 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |