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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9716003: Extract ExtensionFunctionRegistry from ExtensionFunctionDispatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits; fix Windows build (thanks Brad Nelson!). Created 8 years, 9 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
« no previous file with comments | « chrome/chrome_browser_extensions.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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 20 matching lines...) Expand all
31 'common_version', 31 'common_version',
32 'metrics_proto', 32 'metrics_proto',
33 '<(DEPTH)/base/base.gyp:base', 33 '<(DEPTH)/base/base.gyp:base',
34 '<(DEPTH)/base/base.gyp:base_i18n', 34 '<(DEPTH)/base/base.gyp:base_i18n',
35 '<(DEPTH)/base/base.gyp:base_static', 35 '<(DEPTH)/base/base.gyp:base_static',
36 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 36 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
37 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 37 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
38 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 38 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
39 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 39 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
40 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 40 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
41 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
41 '<(DEPTH)/content/content.gyp:content_common', 42 '<(DEPTH)/content/content.gyp:content_common',
42 '<(DEPTH)/ipc/ipc.gyp:ipc', 43 '<(DEPTH)/ipc/ipc.gyp:ipc',
43 '<(DEPTH)/net/net.gyp:net', 44 '<(DEPTH)/net/net.gyp:net',
44 '<(DEPTH)/printing/printing.gyp:printing', 45 '<(DEPTH)/printing/printing.gyp:printing',
45 '<(DEPTH)/skia/skia.gyp:skia', 46 '<(DEPTH)/skia/skia.gyp:skia',
46 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', 47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
47 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', 48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2',
48 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
49 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
50 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'common/web_resource/web_resource_unpacker.cc', 251 'common/web_resource/web_resource_unpacker.cc',
251 'common/web_resource/web_resource_unpacker.h', 252 'common/web_resource/web_resource_unpacker.h',
252 'common/worker_thread_ticker.cc', 253 'common/worker_thread_ticker.cc',
253 'common/worker_thread_ticker.h', 254 'common/worker_thread_ticker.h',
254 'common/zip.cc', # Requires zlib directly. 255 'common/zip.cc', # Requires zlib directly.
255 'common/zip.h', 256 'common/zip.h',
256 'common/zip_internal.cc', 257 'common/zip_internal.cc',
257 'common/zip_internal.h', 258 'common/zip_internal.h',
258 'common/zip_reader.cc', 259 'common/zip_reader.cc',
259 'common/zip_reader.h', 260 'common/zip_reader.h',
261
262 # Generated by the api.gyp:api target
263 '<(SHARED_INTERMEDIATE_DIR)/chrome/common/extensions/api/generated_api.h '
260 ], 264 ],
261 'conditions': [ 265 'conditions': [
262 ['OS=="android"', { 266 ['OS=="android"', {
263 'sources/': [ 267 'sources/': [
264 ['exclude', '^common/service_'], 268 ['exclude', '^common/service_'],
265 ], 269 ],
266 }], 270 }],
267 ['OS=="win"', { 271 ['OS=="win"', {
268 'include_dirs': [ 272 'include_dirs': [
269 '<(DEPTH)/third_party/wtl/include', 273 '<(DEPTH)/third_party/wtl/include',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'common/metrics/proto/user_action_event.proto', 489 'common/metrics/proto/user_action_event.proto',
486 ], 490 ],
487 'variables': { 491 'variables': {
488 'proto_in_dir': 'common/metrics/proto', 492 'proto_in_dir': 'common/metrics/proto',
489 'proto_out_dir': 'chrome/common/metrics/proto', 493 'proto_out_dir': 'chrome/common/metrics/proto',
490 }, 494 },
491 'includes': [ '../build/protoc.gypi' ], 495 'includes': [ '../build/protoc.gypi' ],
492 }, 496 },
493 ], 497 ],
494 } 498 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698