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

Side by Side Diff: chrome/chrome_common.gypi

Issue 18555005: Move importer messages to common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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.gypi ('k') | chrome/common/all_messages.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'common/extensions/unpacker.cc', 318 'common/extensions/unpacker.cc',
319 'common/extensions/unpacker.h', 319 'common/extensions/unpacker.h',
320 'common/extensions/update_manifest.cc', 320 'common/extensions/update_manifest.cc',
321 'common/extensions/update_manifest.h', 321 'common/extensions/update_manifest.h',
322 'common/extensions/user_script.cc', 322 'common/extensions/user_script.cc',
323 'common/extensions/user_script.h', 323 'common/extensions/user_script.h',
324 'common/extensions/value_counter.cc', 324 'common/extensions/value_counter.cc',
325 'common/extensions/value_counter.h', 325 'common/extensions/value_counter.h',
326 'common/extensions/web_accessible_resources_handler.cc', 326 'common/extensions/web_accessible_resources_handler.cc',
327 'common/extensions/web_accessible_resources_handler.h', 327 'common/extensions/web_accessible_resources_handler.h',
328 'common/external_ipc_fuzzer.cc',
328 'common/external_ipc_fuzzer.h', 329 'common/external_ipc_fuzzer.h',
329 'common/external_ipc_fuzzer.cc',
330 'common/icon_with_badge_image_source.cc', 330 'common/icon_with_badge_image_source.cc',
331 'common/icon_with_badge_image_source.h', 331 'common/icon_with_badge_image_source.h',
332 'common/importer/imported_bookmark_entry.cc',
333 'common/importer/imported_bookmark_entry.h',
334 'common/importer/imported_favicon_usage.cc',
335 'common/importer/imported_favicon_usage.h',
336 'common/importer/importer_data_types.cc',
337 'common/importer/importer_data_types.h',
338 'common/importer/importer_type.h',
332 'common/importer/importer_url_row.cc', 339 'common/importer/importer_url_row.cc',
333 'common/importer/importer_url_row.h', 340 'common/importer/importer_url_row.h',
341 'common/importer/profile_import_process_messages.cc',
342 'common/importer/profile_import_process_messages.h',
334 'common/instant_restricted_id_cache.h', 343 'common/instant_restricted_id_cache.h',
335 'common/instant_types.cc', 344 'common/instant_types.cc',
336 'common/instant_types.h', 345 'common/instant_types.h',
337 'common/json_schema/json_schema_constants.cc', 346 'common/json_schema/json_schema_constants.cc',
338 'common/json_schema/json_schema_constants.h', 347 'common/json_schema/json_schema_constants.h',
339 'common/json_schema/json_schema_validator.cc', 348 'common/json_schema/json_schema_validator.cc',
340 'common/json_schema/json_schema_validator.h', 349 'common/json_schema/json_schema_validator.h',
341 'common/localized_error.cc', 350 'common/localized_error.cc',
342 'common/localized_error.h', 351 'common/localized_error.h',
343 'common/logging_chrome.cc', 352 'common/logging_chrome.cc',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'common/metrics/proto/user_action_event.proto', 793 'common/metrics/proto/user_action_event.proto',
785 ], 794 ],
786 'variables': { 795 'variables': {
787 'proto_in_dir': 'common/metrics/proto', 796 'proto_in_dir': 'common/metrics/proto',
788 'proto_out_dir': 'chrome/common/metrics/proto', 797 'proto_out_dir': 'chrome/common/metrics/proto',
789 }, 798 },
790 'includes': [ '../build/protoc.gypi' ], 799 'includes': [ '../build/protoc.gypi' ],
791 }, 800 },
792 ], 801 ],
793 } 802 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/all_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698