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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23455047: InstantExtended: Send search URLs to renderers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 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
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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'common/ref_counted_util.h', 432 'common/ref_counted_util.h',
433 'common/render_messages.cc', 433 'common/render_messages.cc',
434 'common/render_messages.h', 434 'common/render_messages.h',
435 'common/safe_browsing/download_protection_util.cc', 435 'common/safe_browsing/download_protection_util.cc',
436 'common/safe_browsing/download_protection_util.h', 436 'common/safe_browsing/download_protection_util.h',
437 'common/safe_browsing/safebrowsing_messages.h', 437 'common/safe_browsing/safebrowsing_messages.h',
438 'common/safe_browsing/zip_analyzer.cc', 438 'common/safe_browsing/zip_analyzer.cc',
439 'common/safe_browsing/zip_analyzer.h', 439 'common/safe_browsing/zip_analyzer.h',
440 'common/search_provider.h', 440 'common/search_provider.h',
441 'common/search_types.h', 441 'common/search_types.h',
442 'common/search_urls.cc',
443 'common/search_urls.h',
442 'common/service_messages.h', 444 'common/service_messages.h',
443 'common/service_process_util.cc', 445 'common/service_process_util.cc',
444 'common/service_process_util.h', 446 'common/service_process_util.h',
445 'common/service_process_util_linux.cc', 447 'common/service_process_util_linux.cc',
446 'common/service_process_util_mac.mm', 448 'common/service_process_util_mac.mm',
447 'common/service_process_util_posix.cc', 449 'common/service_process_util_posix.cc',
448 'common/service_process_util_posix.h', 450 'common/service_process_util_posix.h',
449 'common/service_process_util_win.cc', 451 'common/service_process_util_win.cc',
450 'common/spellcheck_common.cc', 452 'common/spellcheck_common.cc',
451 'common/spellcheck_common.h', 453 'common/spellcheck_common.h',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 'common/metrics/proto/user_action_event.proto', 865 'common/metrics/proto/user_action_event.proto',
864 ], 866 ],
865 'variables': { 867 'variables': {
866 'proto_in_dir': 'common/metrics/proto', 868 'proto_in_dir': 'common/metrics/proto',
867 'proto_out_dir': 'chrome/common/metrics/proto', 869 'proto_out_dir': 'chrome/common/metrics/proto',
868 }, 870 },
869 'includes': [ '../build/protoc.gypi' ], 871 'includes': [ '../build/protoc.gypi' ],
870 }, 872 },
871 ], 873 ],
872 } 874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698