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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9422003: Migrate Declarative API bindings to new JSON objects generated by JSON compiler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and fixed some stuff Created 8 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 | Annotate | Revision Log
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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 'target_name': 'browser_tests', 2460 'target_name': 'browser_tests',
2461 'type': 'executable', 2461 'type': 'executable',
2462 'msvs_cygwin_shell': 0, 2462 'msvs_cygwin_shell': 0,
2463 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2463 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2464 'dependencies': [ 2464 'dependencies': [
2465 'browser', 2465 'browser',
2466 'browser/sync/protocol/sync_proto.gyp:sync_proto', 2466 'browser/sync/protocol/sync_proto.gyp:sync_proto',
2467 'chrome', 2467 'chrome',
2468 'chrome_resources.gyp:chrome_resources', 2468 'chrome_resources.gyp:chrome_resources',
2469 'chrome_resources.gyp:chrome_strings', 2469 'chrome_resources.gyp:chrome_strings',
2470 'common/extensions/api/api.gyp:api',
battre 2012/02/20 10:17:36 Why is this necessary? should this not be inherite
not at google - send to devlin 2012/02/20 11:50:51 Hm. Damn, we will need to look into that, but it's
2470 'renderer', 2471 'renderer',
2471 'test_support_common', 2472 'test_support_common',
2472 '../base/base.gyp:base', 2473 '../base/base.gyp:base',
2473 '../base/base.gyp:base_i18n', 2474 '../base/base.gyp:base_i18n',
2474 '../base/base.gyp:test_support_base', 2475 '../base/base.gyp:test_support_base',
2475 '../net/net.gyp:net', 2476 '../net/net.gyp:net',
2476 '../net/net.gyp:net_test_support', 2477 '../net/net.gyp:net_test_support',
2477 '../skia/skia.gyp:skia', 2478 '../skia/skia.gyp:skia',
2478 '../testing/gmock.gyp:gmock', 2479 '../testing/gmock.gyp:gmock',
2479 '../testing/gtest.gyp:gtest', 2480 '../testing/gtest.gyp:gtest',
(...skipping 2189 matching lines...) Expand 10 before | Expand all | Expand 10 after
4669 # Use outputs of this action as inputs for the main target build. 4670 # Use outputs of this action as inputs for the main target build.
4670 # Seems as a misnomer but makes this happy on Linux (scons). 4671 # Seems as a misnomer but makes this happy on Linux (scons).
4671 'process_outputs_as_sources': 1, 4672 'process_outputs_as_sources': 1,
4672 }, 4673 },
4673 ], # 'actions' 4674 ], # 'actions'
4674 }, 4675 },
4675 ] 4676 ]
4676 }], # 'coverage!=0' 4677 }], # 'coverage!=0'
4677 ], # 'conditions' 4678 ], # 'conditions'
4678 } 4679 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698