| OLD | NEW |
| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'browser/browser_state/browser_state_info_cache_observer.h', | 177 'browser/browser_state/browser_state_info_cache_observer.h', |
| 178 'browser/browser_state/browser_state_keyed_service_factories.h', | 178 'browser/browser_state/browser_state_keyed_service_factories.h', |
| 179 'browser/browser_state/browser_state_keyed_service_factories.mm', | 179 'browser/browser_state/browser_state_keyed_service_factories.mm', |
| 180 'browser/browser_state/browser_state_otr_helper.cc', | 180 'browser/browser_state/browser_state_otr_helper.cc', |
| 181 'browser/browser_state/browser_state_otr_helper.h', | 181 'browser/browser_state/browser_state_otr_helper.h', |
| 182 'browser/browser_state_metrics/browser_state_metrics.cc', | 182 'browser/browser_state_metrics/browser_state_metrics.cc', |
| 183 'browser/browser_state_metrics/browser_state_metrics.h', | 183 'browser/browser_state_metrics/browser_state_metrics.h', |
| 184 'browser/browsing_data_change_listening.h', | 184 'browser/browsing_data_change_listening.h', |
| 185 'browser/chrome_paths.h', | 185 'browser/chrome_paths.h', |
| 186 'browser/chrome_paths.mm', | 186 'browser/chrome_paths.mm', |
| 187 'browser/chrome_paths_internal.h', |
| 187 'browser/chrome_switches.cc', | 188 'browser/chrome_switches.cc', |
| 188 'browser/chrome_switches.h', | 189 'browser/chrome_switches.h', |
| 189 'browser/chrome_url_constants.cc', | 190 'browser/chrome_url_constants.cc', |
| 190 'browser/chrome_url_constants.h', | 191 'browser/chrome_url_constants.h', |
| 191 'browser/chrome_url_util.h', | 192 'browser/chrome_url_util.h', |
| 192 'browser/chrome_url_util.mm', | 193 'browser/chrome_url_util.mm', |
| 193 'browser/component_updater/ios_component_updater_configurator.cc', | 194 'browser/component_updater/ios_component_updater_configurator.cc', |
| 194 'browser/component_updater/ios_component_updater_configurator.h', | 195 'browser/component_updater/ios_component_updater_configurator.h', |
| 195 'browser/content_settings/cookie_settings_factory.cc', | 196 'browser/content_settings/cookie_settings_factory.cc', |
| 196 'browser/content_settings/cookie_settings_factory.h', | 197 'browser/content_settings/cookie_settings_factory.h', |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 }], | 556 }], |
| 556 ], | 557 ], |
| 557 }, | 558 }, |
| 558 { | 559 { |
| 559 'target_name': 'ios_chrome_common', | 560 'target_name': 'ios_chrome_common', |
| 560 'type': 'static_library', | 561 'type': 'static_library', |
| 561 'include_dirs': [ | 562 'include_dirs': [ |
| 562 '../..', | 563 '../..', |
| 563 ], | 564 ], |
| 564 'dependencies': [ | 565 'dependencies': [ |
| 565 'app_group_mainapp', | |
| 566 '../../base/base.gyp:base', | 566 '../../base/base.gyp:base', |
| 567 '../../components/components.gyp:version_info', | 567 '../../components/components.gyp:version_info', |
| 568 'app_group_mainapp', |
| 568 ], | 569 ], |
| 569 'link_settings': { | 570 'link_settings': { |
| 570 'libraries': [ | 571 'libraries': [ |
| 571 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 572 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
| 572 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 573 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 573 ], | 574 ], |
| 574 }, | 575 }, |
| 575 'sources': [ | 576 'sources': [ |
| 576 'common/channel_info.h', | 577 'common/channel_info.h', |
| 577 'common/channel_info.mm', | 578 'common/channel_info.mm', |
| 578 'common/string_util.h', | 579 'common/string_util.h', |
| 579 'common/string_util.mm', | 580 'common/string_util.mm', |
| 580 ] | 581 ], |
| 581 }, | 582 }, |
| 582 { | 583 { |
| 583 'target_name': 'injected_js', | 584 'target_name': 'injected_js', |
| 584 'type': 'none', | 585 'type': 'none', |
| 585 'sources': [ | 586 'sources': [ |
| 586 'browser/find_in_page/resources/find_in_page.js', | 587 'browser/find_in_page/resources/find_in_page.js', |
| 587 ], | 588 ], |
| 588 'includes': [ | 589 'includes': [ '../../ios/web/js_compile.gypi' ], |
| 589 '../../ios/web/js_compile.gypi', | |
| 590 ], | |
| 591 'link_settings': { | 590 'link_settings': { |
| 592 'mac_bundle_resources': [ | 591 'mac_bundle_resources': [ |
| 593 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 592 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
| 594 ], | 593 ], |
| 595 }, | 594 }, |
| 596 }, | 595 }, |
| 597 { | 596 { |
| 598 'target_name': 'app_group_common', | 597 'target_name': 'app_group_common', |
| 599 'type': 'static_library', | 598 'type': 'static_library', |
| 600 'sources': [ | 599 'sources': [ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 '../../components/components.gyp:omnibox_browser', | 658 '../../components/components.gyp:omnibox_browser', |
| 660 '../../components/components.gyp:rlz', | 659 '../../components/components.gyp:rlz', |
| 661 '../../components/components.gyp:search_engines', | 660 '../../components/components.gyp:search_engines', |
| 662 '../../rlz/rlz.gyp:rlz_lib', | 661 '../../rlz/rlz.gyp:rlz_lib', |
| 663 ], | 662 ], |
| 664 }, | 663 }, |
| 665 ], | 664 ], |
| 666 }], | 665 }], |
| 667 ], | 666 ], |
| 668 } | 667 } |
| OLD | NEW |