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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10816038: Upstreaming RegisterProcessUtils() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'browser/accessibility/accessibility_events.cc', 105 'browser/accessibility/accessibility_events.cc',
106 'browser/accessibility/accessibility_events.h', 106 'browser/accessibility/accessibility_events.h',
107 'browser/accessibility/invert_bubble_prefs.cc', 107 'browser/accessibility/invert_bubble_prefs.cc',
108 'browser/accessibility/invert_bubble_prefs.h', 108 'browser/accessibility/invert_bubble_prefs.h',
109 'browser/alternate_nav_url_fetcher.cc', 109 'browser/alternate_nav_url_fetcher.cc',
110 'browser/alternate_nav_url_fetcher.h', 110 'browser/alternate_nav_url_fetcher.h',
111 'browser/android/android_protocol_adapter.cc', 111 'browser/android/android_protocol_adapter.cc',
112 'browser/android/android_protocol_adapter.h', 112 'browser/android/android_protocol_adapter.h',
113 'browser/android/android_stream_reader_url_request_job.cc', 113 'browser/android/android_stream_reader_url_request_job.cc',
114 'browser/android/android_stream_reader_url_request_job.h', 114 'browser/android/android_stream_reader_url_request_job.h',
115 'browser/android/chrome_jni_registrar.cc',
116 'browser/android/chrome_jni_registrar.h',
115 'browser/android/chrome_startup_flags.cc', 117 'browser/android/chrome_startup_flags.cc',
116 'browser/android/chrome_startup_flags.h', 118 'browser/android/chrome_startup_flags.h',
117 'browser/android/devtools_server.cc', 119 'browser/android/devtools_server.cc',
118 'browser/android/devtools_server.h', 120 'browser/android/devtools_server.h',
119 'browser/android/intent_helper.cc', 121 'browser/android/intent_helper.cc',
120 'browser/android/intent_helper.h', 122 'browser/android/intent_helper.h',
121 'browser/android/process_utils.cc', 123 'browser/android/process_utils.cc',
122 'browser/android/process_utils.h', 124 'browser/android/process_utils.h',
123 'browser/android/tab_android.cc', 125 'browser/android/tab_android.cc',
124 'browser/android/tab_android.h', 126 'browser/android/tab_android.h',
(...skipping 5397 matching lines...) Expand 10 before | Expand all | Expand 10 after
5522 'includes': [ '../build/jni_generator.gypi' ], 5524 'includes': [ '../build/jni_generator.gypi' ],
5523 'dependencies': [ 5525 'dependencies': [
5524 'android_jar_jni_headers', 5526 'android_jar_jni_headers',
5525 ], 5527 ],
5526 }, 5528 },
5527 ], 5529 ],
5528 }, 5530 },
5529 ], 5531 ],
5530 ], 5532 ],
5531 } 5533 }
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