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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10697079: Upstreaming Cygprofile for Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
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 4798 matching lines...) Expand 10 before | Expand all | Expand 10 after
4809 'browser/sessions/session_service_factory.cc', 4809 'browser/sessions/session_service_factory.cc',
4810 'browser/sessions/session_service_factory.h', 4810 'browser/sessions/session_service_factory.h',
4811 ], 4811 ],
4812 }], 4812 }],
4813 ['OS=="android"', { 4813 ['OS=="android"', {
4814 'sources': [ 4814 'sources': [
4815 'browser/sync/glue/synced_window_delegate_registry.cc', 4815 'browser/sync/glue/synced_window_delegate_registry.cc',
4816 'browser/sync/glue/synced_window_delegate_registry.h', 4816 'browser/sync/glue/synced_window_delegate_registry.h',
4817 ], 4817 ],
4818 'sources!': [ 4818 'sources!': [
4819 # Chrome for Android doesn't have extensions.
4820 'browser/autocomplete/extension_app_provider.cc',
4821
4819 'browser/bookmarks/bookmark_context_menu_controller.cc', 4822 'browser/bookmarks/bookmark_context_menu_controller.cc',
4820 # Bookmark export/import are handled via the BookmarkColumns 4823 # Bookmark export/import are handled via the BookmarkColumns
4821 # ContentProvider. 4824 # ContentProvider.
4822 'browser/bookmarks/bookmark_html_writer.cc', 4825 'browser/bookmarks/bookmark_html_writer.cc',
4823 4826
4824 # Android uses native UI for sync setup. 4827 # Android uses native UI for sync setup.
4825 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4828 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4826 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc', 4829 'browser/ui/webui/ntp/new_tab_sync_setup_handler.cc',
4827 'browser/ui/webui/ntp/ntp_login_handler.cc', 4830 'browser/ui/webui/ntp/ntp_login_handler.cc',
4828 'browser/ui/webui/sync_setup_handler.cc', 4831 'browser/ui/webui/sync_setup_handler.cc',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
5365 'browser/metrics/proto/study.proto', 5368 'browser/metrics/proto/study.proto',
5366 ], 5369 ],
5367 'variables': { 5370 'variables': {
5368 'proto_in_dir': 'browser/metrics/proto', 5371 'proto_in_dir': 'browser/metrics/proto',
5369 'proto_out_dir': 'chrome/browser/metrics/proto', 5372 'proto_out_dir': 'chrome/browser/metrics/proto',
5370 }, 5373 },
5371 'includes': [ '../build/protoc.gypi' ] 5374 'includes': [ '../build/protoc.gypi' ]
5372 }, 5375 },
5373 ], 5376 ],
5374 } 5377 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698