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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10834237: Add the android partner bookmark shim. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary conditional. 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 115 'browser/android/chrome_jni_registrar.cc',
116 'browser/android/chrome_jni_registrar.h', 116 'browser/android/chrome_jni_registrar.h',
117 'browser/android/chrome_startup_flags.cc', 117 'browser/android/chrome_startup_flags.cc',
118 'browser/android/chrome_startup_flags.h', 118 'browser/android/chrome_startup_flags.h',
119 'browser/android/devtools_server.cc', 119 'browser/android/devtools_server.cc',
120 'browser/android/devtools_server.h', 120 'browser/android/devtools_server.h',
121 'browser/android/intent_helper.cc', 121 'browser/android/intent_helper.cc',
122 'browser/android/intent_helper.h', 122 'browser/android/intent_helper.h',
123 'browser/android/partner_bookmarks_shim.cc',
124 'browser/android/partner_bookmarks_shim.h',
123 'browser/android/process_utils.cc', 125 'browser/android/process_utils.cc',
124 'browser/android/process_utils.h', 126 'browser/android/process_utils.h',
125 'browser/android/tab_android.cc', 127 'browser/android/tab_android.cc',
126 'browser/android/tab_android.h', 128 'browser/android/tab_android.h',
127 'browser/app_controller_mac.h', 129 'browser/app_controller_mac.h',
128 'browser/app_controller_mac.mm', 130 'browser/app_controller_mac.mm',
129 'browser/app_icon_win.cc', 131 'browser/app_icon_win.cc',
130 'browser/app_icon_win.h', 132 'browser/app_icon_win.h',
131 'browser/autocomplete/autocomplete_classifier.cc', 133 'browser/autocomplete/autocomplete_classifier.cc',
132 'browser/autocomplete/autocomplete_classifier.h', 134 'browser/autocomplete/autocomplete_classifier.h',
(...skipping 5409 matching lines...) Expand 10 before | Expand all | Expand 10 after
5542 'includes': [ '../build/jni_generator.gypi' ], 5544 'includes': [ '../build/jni_generator.gypi' ],
5543 'dependencies': [ 5545 'dependencies': [
5544 'android_jar_jni_headers', 5546 'android_jar_jni_headers',
5545 ], 5547 ],
5546 }, 5548 },
5547 ], 5549 ],
5548 }, 5550 },
5549 ], 5551 ],
5550 ], 5552 ],
5551 } 5553 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698