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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10387206: browser: Split out the prefs registration of invert bubble from views file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/browser/prefs/browser_prefs.cc ('k') | no next file » | 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'sources': [ 87 'sources': [
88 # All .cc, .h, .m, and .mm files under browser except for: 88 # All .cc, .h, .m, and .mm files under browser except for:
89 # * tests and mocks. 89 # * tests and mocks.
90 # * code below browser/extensions 90 # * code below browser/extensions
91 'browser/about_flags.cc', 91 'browser/about_flags.cc',
92 'browser/about_flags.h', 92 'browser/about_flags.h',
93 'browser/accessibility/accessibility_extension_api_constants.cc', 93 'browser/accessibility/accessibility_extension_api_constants.cc',
94 'browser/accessibility/accessibility_extension_api_constants.h', 94 'browser/accessibility/accessibility_extension_api_constants.h',
95 'browser/accessibility/accessibility_events.cc', 95 'browser/accessibility/accessibility_events.cc',
96 'browser/accessibility/accessibility_events.h', 96 'browser/accessibility/accessibility_events.h',
97 'browser/accessibility/invert_bubble_prefs.cc',
98 'browser/accessibility/invert_bubble_prefs.h',
97 'browser/accessibility/invert_bubble_views.cc', 99 'browser/accessibility/invert_bubble_views.cc',
98 'browser/accessibility/invert_bubble_views.h', 100 'browser/accessibility/invert_bubble_views.h',
99 'browser/alternate_nav_url_fetcher.cc', 101 'browser/alternate_nav_url_fetcher.cc',
100 'browser/alternate_nav_url_fetcher.h', 102 'browser/alternate_nav_url_fetcher.h',
101 'browser/app_controller_mac.h', 103 'browser/app_controller_mac.h',
102 'browser/app_controller_mac.mm', 104 'browser/app_controller_mac.mm',
103 'browser/app_icon_win.cc', 105 'browser/app_icon_win.cc',
104 'browser/app_icon_win.h', 106 'browser/app_icon_win.h',
105 'browser/autocomplete/autocomplete.cc', 107 'browser/autocomplete/autocomplete.cc',
106 'browser/autocomplete/autocomplete.h', 108 'browser/autocomplete/autocomplete.h',
(...skipping 4975 matching lines...) Expand 10 before | Expand all | Expand 10 after
5082 'browser/metrics/proto/study.proto', 5084 'browser/metrics/proto/study.proto',
5083 ], 5085 ],
5084 'variables': { 5086 'variables': {
5085 'proto_in_dir': 'browser/metrics/proto', 5087 'proto_in_dir': 'browser/metrics/proto',
5086 'proto_out_dir': 'chrome/browser/metrics/proto', 5088 'proto_out_dir': 'chrome/browser/metrics/proto',
5087 }, 5089 },
5088 'includes': [ '../build/protoc.gypi' ] 5090 'includes': [ '../build/protoc.gypi' ]
5089 }, 5091 },
5090 ], 5092 ],
5091 } 5093 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698