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

Side by Side Diff: chrome/chrome_common.gypi

Issue 377153004: Componentize autocomplete_match_type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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 'variables': { 6 'variables': {
7 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
11 'common/attrition_experiments.h', 11 'common/attrition_experiments.h',
12 'common/auto_start_linux.cc', 12 'common/auto_start_linux.cc',
13 'common/auto_start_linux.h', 13 'common/auto_start_linux.h',
14 'common/autocomplete_match_type.cc',
15 'common/autocomplete_match_type.h',
16 'common/badge_util.cc', 14 'common/badge_util.cc',
17 'common/badge_util.h', 15 'common/badge_util.h',
18 'common/child_process_logging.h', 16 'common/child_process_logging.h',
19 'common/child_process_logging_win.cc', 17 'common/child_process_logging_win.cc',
20 'common/chrome_content_client.cc', 18 'common/chrome_content_client.cc',
21 'common/chrome_content_client.h', 19 'common/chrome_content_client.h',
22 'common/chrome_content_client_constants.cc', 20 'common/chrome_content_client_constants.cc',
23 'common/chrome_content_client_ios.mm', 21 'common/chrome_content_client_ios.mm',
24 'common/chrome_result_codes.h', 22 'common/chrome_result_codes.h',
25 'common/chrome_utility_messages.h', 23 'common/chrome_utility_messages.h',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'common/safe_browsing/csd.proto' 676 'common/safe_browsing/csd.proto'
679 ], 677 ],
680 'variables': { 678 'variables': {
681 'proto_in_dir': 'common/safe_browsing', 679 'proto_in_dir': 'common/safe_browsing',
682 'proto_out_dir': 'chrome/common/safe_browsing', 680 'proto_out_dir': 'chrome/common/safe_browsing',
683 }, 681 },
684 'includes': [ '../build/protoc.gypi' ], 682 'includes': [ '../build/protoc.gypi' ],
685 }, 683 },
686 ], 684 ],
687 } 685 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.mm ('k') | chrome/common/autocomplete_match_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698