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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 1138703004: [iOS] Upstream CrashReportBackgroundUploader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update tools/metrics/actions/actions.xml Created 5 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 24 matching lines...) Expand all
35 }, 35 },
36 { 36 {
37 'target_name': 'ios_chrome_browser', 37 'target_name': 'ios_chrome_browser',
38 'type': 'static_library', 38 'type': 'static_library',
39 'include_dirs': [ 39 'include_dirs': [
40 '../..', 40 '../..',
41 ], 41 ],
42 'dependencies': [ 42 'dependencies': [
43 '../../base/base.gyp:base', 43 '../../base/base.gyp:base',
44 '../../base/base.gyp:base_prefs', 44 '../../base/base.gyp:base_prefs',
45 '../../breakpad/breakpad.gyp:breakpad_client',
45 '../../components/components.gyp:autofill_core_browser', 46 '../../components/components.gyp:autofill_core_browser',
46 '../../components/components.gyp:autofill_ios_browser', 47 '../../components/components.gyp:autofill_ios_browser',
47 '../../components/components.gyp:data_reduction_proxy_core_common', 48 '../../components/components.gyp:data_reduction_proxy_core_common',
48 '../../components/components.gyp:dom_distiller_core', 49 '../../components/components.gyp:dom_distiller_core',
49 '../../components/components.gyp:dom_distiller_ios', 50 '../../components/components.gyp:dom_distiller_ios',
50 '../../components/components.gyp:infobars_core', 51 '../../components/components.gyp:infobars_core',
51 '../../components/components.gyp:keyed_service_core', 52 '../../components/components.gyp:keyed_service_core',
52 '../../components/components.gyp:keyed_service_ios', 53 '../../components/components.gyp:keyed_service_ios',
53 '../../components/components.gyp:leveldb_proto', 54 '../../components/components.gyp:leveldb_proto',
54 '../../components/components.gyp:pref_registry', 55 '../../components/components.gyp:pref_registry',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'browser/browser_state/browser_state_keyed_service_factories.mm', 112 'browser/browser_state/browser_state_keyed_service_factories.mm',
112 'browser/browser_state/browser_state_otr_helper.cc', 113 'browser/browser_state/browser_state_otr_helper.cc',
113 'browser/browser_state/browser_state_otr_helper.h', 114 'browser/browser_state/browser_state_otr_helper.h',
114 'browser/browsing_data_change_listening.h', 115 'browser/browsing_data_change_listening.h',
115 'browser/chrome_paths.h', 116 'browser/chrome_paths.h',
116 'browser/chrome_paths.mm', 117 'browser/chrome_paths.mm',
117 'browser/chrome_switches.cc', 118 'browser/chrome_switches.cc',
118 'browser/chrome_switches.h', 119 'browser/chrome_switches.h',
119 'browser/chrome_url_constants.cc', 120 'browser/chrome_url_constants.cc',
120 'browser/chrome_url_constants.h', 121 'browser/chrome_url_constants.h',
122 'browser/crash_report/crash_report_background_uploader.h',
123 'browser/crash_report/crash_report_background_uploader.mm',
121 'browser/dom_distiller/distiller_viewer.cc', 124 'browser/dom_distiller/distiller_viewer.cc',
122 'browser/dom_distiller/distiller_viewer.h', 125 'browser/dom_distiller/distiller_viewer.h',
123 'browser/dom_distiller/dom_distiller_service_factory.cc', 126 'browser/dom_distiller/dom_distiller_service_factory.cc',
124 'browser/dom_distiller/dom_distiller_service_factory.h', 127 'browser/dom_distiller/dom_distiller_service_factory.h',
125 'browser/experimental_flags.h', 128 'browser/experimental_flags.h',
126 'browser/experimental_flags.mm', 129 'browser/experimental_flags.mm',
127 'browser/find_in_page/find_in_page_controller.h', 130 'browser/find_in_page/find_in_page_controller.h',
128 'browser/find_in_page/find_in_page_controller.mm', 131 'browser/find_in_page/find_in_page_controller.mm',
129 'browser/find_in_page/find_in_page_model.h', 132 'browser/find_in_page/find_in_page_model.h',
130 'browser/find_in_page/find_in_page_model.mm', 133 'browser/find_in_page/find_in_page_model.mm',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 '../../ios/web/js_compile.gypi', 302 '../../ios/web/js_compile.gypi',
300 ], 303 ],
301 'link_settings': { 304 'link_settings': {
302 'mac_bundle_resources': [ 305 'mac_bundle_resources': [
303 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', 306 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js',
304 ], 307 ],
305 }, 308 },
306 }, 309 },
307 ], 310 ],
308 } 311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698