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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10816038: Upstreaming RegisterProcessUtils() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed TODO and added intent_helper 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 | Annotate | Revision Log
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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'browser/about_flags.h', 99 'browser/about_flags.h',
100 'browser/about_flags_android.cc', 100 'browser/about_flags_android.cc',
101 'browser/accessibility/accessibility_extension_api_constants.cc', 101 'browser/accessibility/accessibility_extension_api_constants.cc',
102 'browser/accessibility/accessibility_extension_api_constants.h', 102 'browser/accessibility/accessibility_extension_api_constants.h',
103 'browser/accessibility/accessibility_events.cc', 103 'browser/accessibility/accessibility_events.cc',
104 'browser/accessibility/accessibility_events.h', 104 'browser/accessibility/accessibility_events.h',
105 'browser/accessibility/invert_bubble_prefs.cc', 105 'browser/accessibility/invert_bubble_prefs.cc',
106 'browser/accessibility/invert_bubble_prefs.h', 106 'browser/accessibility/invert_bubble_prefs.h',
107 'browser/alternate_nav_url_fetcher.cc', 107 'browser/alternate_nav_url_fetcher.cc',
108 'browser/alternate_nav_url_fetcher.h', 108 'browser/alternate_nav_url_fetcher.h',
109 'browser/android/chrome_jni_registrar.cc',
110 'browser/android/chrome_jni_registrar.h',
109 'browser/android/chrome_startup_flags.cc', 111 'browser/android/chrome_startup_flags.cc',
110 'browser/android/chrome_startup_flags.h', 112 'browser/android/chrome_startup_flags.h',
111 'browser/android/intent_helper.cc', 113 'browser/android/intent_helper.cc',
112 'browser/android/intent_helper.h', 114 'browser/android/intent_helper.h',
113 'browser/android/process_utils.cc', 115 'browser/android/process_utils.cc',
114 'browser/android/process_utils.h', 116 'browser/android/process_utils.h',
115 'browser/android/tab_android.cc', 117 'browser/android/tab_android.cc',
116 'browser/android/tab_android.h', 118 'browser/android/tab_android.h',
117 'browser/app_controller_mac.h', 119 'browser/app_controller_mac.h',
118 'browser/app_controller_mac.mm', 120 'browser/app_controller_mac.mm',
(...skipping 5353 matching lines...) Expand 10 before | Expand all | Expand 10 after
5472 'variables': { 5474 'variables': {
5473 'jni_gen_dir': 'chrome', 5475 'jni_gen_dir': 'chrome',
5474 }, 5476 },
5475 'includes': [ '../build/jni_generator.gypi' ], 5477 'includes': [ '../build/jni_generator.gypi' ],
5476 }, 5478 },
5477 ], 5479 ],
5478 }, 5480 },
5479 ], 5481 ],
5480 ], 5482 ],
5481 } 5483 }
OLDNEW
« chrome/browser/android/process_utils.cc ('K') | « chrome/browser/android/process_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698