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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10690096: Extracted inner class doing process dispatch. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding comment. Created 8 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
« no previous file with comments | « chrome/browser/web_resource/web_resource_service.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 4203 matching lines...) Expand 10 before | Expand all | Expand 10 after
4214 'browser/visitedlink/visitedlink_event_listener.h', 4214 'browser/visitedlink/visitedlink_event_listener.h',
4215 'browser/visitedlink/visitedlink_master.cc', 4215 'browser/visitedlink/visitedlink_master.cc',
4216 'browser/visitedlink/visitedlink_master.h', 4216 'browser/visitedlink/visitedlink_master.h',
4217 'browser/web_applications/web_app.cc', 4217 'browser/web_applications/web_app.cc',
4218 'browser/web_applications/web_app.h', 4218 'browser/web_applications/web_app.h',
4219 'browser/web_applications/web_app_android.cc', 4219 'browser/web_applications/web_app_android.cc',
4220 'browser/web_applications/web_app_linux.cc', 4220 'browser/web_applications/web_app_linux.cc',
4221 'browser/web_applications/web_app_mac.h', 4221 'browser/web_applications/web_app_mac.h',
4222 'browser/web_applications/web_app_mac.mm', 4222 'browser/web_applications/web_app_mac.mm',
4223 'browser/web_applications/web_app_win.cc', 4223 'browser/web_applications/web_app_win.cc',
4224 'browser/web_resource/json_asynchronous_unpacker.cc',
4225 'browser/web_resource/json_asynchronous_unpacker.h',
4224 'browser/web_resource/notification_promo.cc', 4226 'browser/web_resource/notification_promo.cc',
4225 'browser/web_resource/notification_promo.h', 4227 'browser/web_resource/notification_promo.h',
4226 'browser/web_resource/promo_resource_service.cc', 4228 'browser/web_resource/promo_resource_service.cc',
4227 'browser/web_resource/promo_resource_service.h', 4229 'browser/web_resource/promo_resource_service.h',
4228 'browser/web_resource/web_resource_service.cc', 4230 'browser/web_resource/web_resource_service.cc',
4229 'browser/web_resource/web_resource_service.h', 4231 'browser/web_resource/web_resource_service.h',
4230 'browser/webdata/autocomplete_syncable_service.cc', 4232 'browser/webdata/autocomplete_syncable_service.cc',
4231 'browser/webdata/autocomplete_syncable_service.h', 4233 'browser/webdata/autocomplete_syncable_service.h',
4232 'browser/webdata/autofill_change.cc', 4234 'browser/webdata/autofill_change.cc',
4233 'browser/webdata/autofill_change.h', 4235 'browser/webdata/autofill_change.h',
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
5366 'browser/metrics/proto/study.proto', 5368 'browser/metrics/proto/study.proto',
5367 ], 5369 ],
5368 'variables': { 5370 'variables': {
5369 'proto_in_dir': 'browser/metrics/proto', 5371 'proto_in_dir': 'browser/metrics/proto',
5370 'proto_out_dir': 'chrome/browser/metrics/proto', 5372 'proto_out_dir': 'chrome/browser/metrics/proto',
5371 }, 5373 },
5372 'includes': [ '../build/protoc.gypi' ] 5374 'includes': [ '../build/protoc.gypi' ]
5373 }, 5375 },
5374 ], 5376 ],
5375 } 5377 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/web_resource_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698