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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10809063: Adding Javascript support for the Extended Searchbox API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removing clear method. Created 8 years, 4 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/browser/instant/instant_loader_delegate.h ('k') | chrome/common/instant_types.h » ('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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'common/extensions/value_counter.h', 196 'common/extensions/value_counter.h',
197 'common/extensions/api/extension_api.cc', 197 'common/extensions/api/extension_api.cc',
198 'common/extensions/api/extension_api.h', 198 'common/extensions/api/extension_api.h',
199 'common/external_ipc_fuzzer.h', 199 'common/external_ipc_fuzzer.h',
200 'common/external_ipc_fuzzer.cc', 200 'common/external_ipc_fuzzer.cc',
201 'common/favicon_url.cc', 201 'common/favicon_url.cc',
202 'common/favicon_url.h', 202 'common/favicon_url.h',
203 'common/icon_messages.h', 203 'common/icon_messages.h',
204 'common/important_file_writer.cc', 204 'common/important_file_writer.cc',
205 'common/important_file_writer.h', 205 'common/important_file_writer.h',
206 'common/instant_types.cc',
206 'common/instant_types.h', 207 'common/instant_types.h',
207 'common/json_pref_store.cc', 208 'common/json_pref_store.cc',
208 'common/json_pref_store.h', 209 'common/json_pref_store.h',
209 'common/json_schema_validator.cc', 210 'common/json_schema_validator.cc',
210 'common/json_schema_validator.h', 211 'common/json_schema_validator.h',
211 'common/jstemplate_builder.cc', 212 'common/jstemplate_builder.cc',
212 'common/jstemplate_builder.h', 213 'common/jstemplate_builder.h',
213 'common/localized_error.cc', 214 'common/localized_error.cc',
214 'common/localized_error.h', 215 'common/localized_error.h',
215 'common/logging_chrome.cc', 216 'common/logging_chrome.cc',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'common/metrics/proto/user_action_event.proto', 543 'common/metrics/proto/user_action_event.proto',
543 ], 544 ],
544 'variables': { 545 'variables': {
545 'proto_in_dir': 'common/metrics/proto', 546 'proto_in_dir': 'common/metrics/proto',
546 'proto_out_dir': 'chrome/common/metrics/proto', 547 'proto_out_dir': 'chrome/common/metrics/proto',
547 }, 548 },
548 'includes': [ '../build/protoc.gypi' ], 549 'includes': [ '../build/protoc.gypi' ],
549 }, 550 },
550 ], 551 ],
551 } 552 }
OLDNEW
« no previous file with comments | « chrome/browser/instant/instant_loader_delegate.h ('k') | chrome/common/instant_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698