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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10832112: Simplify devtools code on android and enable devtools for android content_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Pavel's comments 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
« no previous file with comments | « chrome/browser/android/devtools_server.cc ('k') | content/app/android/app_jni_registrar.cc » ('j') | 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_startup_flags.cc', 115 'browser/android/chrome_startup_flags.cc',
116 'browser/android/chrome_startup_flags.h', 116 'browser/android/chrome_startup_flags.h',
117 'browser/android/devtools_server.cc',
118 'browser/android/devtools_server.h',
117 'browser/android/intent_helper.cc', 119 'browser/android/intent_helper.cc',
118 'browser/android/intent_helper.h', 120 'browser/android/intent_helper.h',
119 'browser/android/process_utils.cc', 121 'browser/android/process_utils.cc',
120 'browser/android/process_utils.h', 122 'browser/android/process_utils.h',
121 'browser/android/tab_android.cc', 123 'browser/android/tab_android.cc',
122 'browser/android/tab_android.h', 124 'browser/android/tab_android.h',
123 'browser/app_controller_mac.h', 125 'browser/app_controller_mac.h',
124 'browser/app_controller_mac.mm', 126 'browser/app_controller_mac.mm',
125 'browser/app_icon_win.cc', 127 'browser/app_icon_win.cc',
126 'browser/app_icon_win.h', 128 'browser/app_icon_win.h',
(...skipping 5390 matching lines...) Expand 10 before | Expand all | Expand 10 after
5517 'includes': [ '../build/jni_generator.gypi' ], 5519 'includes': [ '../build/jni_generator.gypi' ],
5518 'dependencies': [ 5520 'dependencies': [
5519 'android_jar_jni_headers', 5521 'android_jar_jni_headers',
5520 ], 5522 ],
5521 }, 5523 },
5522 ], 5524 ],
5523 }, 5525 },
5524 ], 5526 ],
5525 ], 5527 ],
5526 } 5528 }
OLDNEW
« no previous file with comments | « chrome/browser/android/devtools_server.cc ('k') | content/app/android/app_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698