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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9114036: Code generation for extensions api (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: windows path fix Created 8 years, 11 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_browser.gypi ('k') | chrome/common/extensions/api/api.gyp » ('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 '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 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 '../third_party/icu/icu.gyp:icui18n', 1220 '../third_party/icu/icu.gyp:icui18n',
1221 '../third_party/icu/icu.gyp:icuuc', 1221 '../third_party/icu/icu.gyp:icuuc',
1222 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1222 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1223 '../third_party/libjingle/libjingle.gyp:libjingle', 1223 '../third_party/libjingle/libjingle.gyp:libjingle',
1224 '../third_party/libxml/libxml.gyp:libxml', 1224 '../third_party/libxml/libxml.gyp:libxml',
1225 '../ui/gfx/gl/gl.gyp:gl', 1225 '../ui/gfx/gl/gl.gyp:gl',
1226 '../ui/ui.gyp:ui_resources', 1226 '../ui/ui.gyp:ui_resources',
1227 '../ui/ui.gyp:ui_resources_standard', 1227 '../ui/ui.gyp:ui_resources_standard',
1228 '../ui/ui.gyp:ui_test_support', 1228 '../ui/ui.gyp:ui_test_support',
1229 '../v8/tools/gyp/v8.gyp:v8', 1229 '../v8/tools/gyp/v8.gyp:v8',
1230 'common/extensions/api/api.gyp:api',
1230 'chrome_resources.gyp:chrome_resources', 1231 'chrome_resources.gyp:chrome_resources',
1231 'chrome_resources.gyp:chrome_strings', 1232 'chrome_resources.gyp:chrome_strings',
1232 ], 1233 ],
1233 'include_dirs': [ 1234 'include_dirs': [
1234 '..', 1235 '..',
1235 ], 1236 ],
1236 # TODO(scr): Use this in browser_tests too. 1237 # TODO(scr): Use this in browser_tests too.
1237 'includes': [ 1238 'includes': [
1238 'js_unittest_rules.gypi', 1239 'js_unittest_rules.gypi',
1239 ], 1240 ],
(...skipping 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after
4605 # Use outputs of this action as inputs for the main target build. 4606 # Use outputs of this action as inputs for the main target build.
4606 # Seems as a misnomer but makes this happy on Linux (scons). 4607 # Seems as a misnomer but makes this happy on Linux (scons).
4607 'process_outputs_as_sources': 1, 4608 'process_outputs_as_sources': 1,
4608 }, 4609 },
4609 ], # 'actions' 4610 ], # 'actions'
4610 }, 4611 },
4611 ] 4612 ]
4612 }], # 'coverage!=0' 4613 }], # 'coverage!=0'
4613 ], # 'conditions' 4614 ], # 'conditions'
4614 } 4615 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698