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

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: switched namespaces, various rework 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
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 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 '../third_party/icu/icu.gyp:icui18n', 1208 '../third_party/icu/icu.gyp:icui18n',
1209 '../third_party/icu/icu.gyp:icuuc', 1209 '../third_party/icu/icu.gyp:icuuc',
1210 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1210 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1211 '../third_party/libjingle/libjingle.gyp:libjingle', 1211 '../third_party/libjingle/libjingle.gyp:libjingle',
1212 '../third_party/libxml/libxml.gyp:libxml', 1212 '../third_party/libxml/libxml.gyp:libxml',
1213 '../ui/gfx/gl/gl.gyp:gl', 1213 '../ui/gfx/gl/gl.gyp:gl',
1214 '../ui/ui.gyp:ui_resources', 1214 '../ui/ui.gyp:ui_resources',
1215 '../ui/ui.gyp:ui_resources_standard', 1215 '../ui/ui.gyp:ui_resources_standard',
1216 '../ui/ui.gyp:ui_test_support', 1216 '../ui/ui.gyp:ui_test_support',
1217 '../v8/tools/gyp/v8.gyp:v8', 1217 '../v8/tools/gyp/v8.gyp:v8',
1218 'common/extensions/api/api.gyp:api',
1218 'chrome_resources.gyp:chrome_resources', 1219 'chrome_resources.gyp:chrome_resources',
1219 'chrome_resources.gyp:chrome_strings', 1220 'chrome_resources.gyp:chrome_strings',
1220 ], 1221 ],
1221 'include_dirs': [ 1222 'include_dirs': [
1222 '..', 1223 '..',
1223 ], 1224 ],
1224 # TODO(scr): Use this in browser_tests too. 1225 # TODO(scr): Use this in browser_tests too.
1225 'includes': [ 1226 'includes': [
1226 'js_unittest_rules.gypi', 1227 'js_unittest_rules.gypi',
1227 ], 1228 ],
(...skipping 3320 matching lines...) Expand 10 before | Expand all | Expand 10 after
4548 # Use outputs of this action as inputs for the main target build. 4549 # Use outputs of this action as inputs for the main target build.
4549 # Seems as a misnomer but makes this happy on Linux (scons). 4550 # Seems as a misnomer but makes this happy on Linux (scons).
4550 'process_outputs_as_sources': 1, 4551 'process_outputs_as_sources': 1,
4551 }, 4552 },
4552 ], # 'actions' 4553 ], # 'actions'
4553 }, 4554 },
4554 ] 4555 ]
4555 }], # 'coverage!=0' 4556 }], # 'coverage!=0'
4556 ], # 'conditions' 4557 ], # 'conditions'
4557 } 4558 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698