| 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/crash_report/crash_report_multi_parameter.h', | 177 'browser/crash_report/crash_report_multi_parameter.h', |
| 178 'browser/crash_report/crash_report_multi_parameter.mm', | 178 'browser/crash_report/crash_report_multi_parameter.mm', |
| 179 'browser/crash_report/crash_report_user_application_state.h', | 179 'browser/crash_report/crash_report_user_application_state.h', |
| 180 'browser/crash_report/crash_report_user_application_state.mm', | 180 'browser/crash_report/crash_report_user_application_state.mm', |
| 181 'browser/crash_report/crash_upload_list.cc', | 181 'browser/crash_report/crash_upload_list.cc', |
| 182 'browser/crash_report/crash_upload_list.h', | 182 'browser/crash_report/crash_upload_list.h', |
| 183 'browser/dom_distiller/distiller_viewer.cc', | 183 'browser/dom_distiller/distiller_viewer.cc', |
| 184 'browser/dom_distiller/distiller_viewer.h', | 184 'browser/dom_distiller/distiller_viewer.h', |
| 185 'browser/dom_distiller/dom_distiller_service_factory.cc', | 185 'browser/dom_distiller/dom_distiller_service_factory.cc', |
| 186 'browser/dom_distiller/dom_distiller_service_factory.h', | 186 'browser/dom_distiller/dom_distiller_service_factory.h', |
| 187 'browser/enhanced_bookmarks/bookmark_image_service_factory.h', | |
| 188 'browser/enhanced_bookmarks/bookmark_image_service_factory.mm', | |
| 189 'browser/enhanced_bookmarks/bookmark_image_service_ios.h', | |
| 190 'browser/enhanced_bookmarks/bookmark_image_service_ios.mm', | |
| 191 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.cc', | 187 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.cc', |
| 192 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.h', | 188 'browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.h', |
| 193 'browser/enhanced_bookmarks/enhanced_bookmark_model_factory.cc', | 189 'browser/enhanced_bookmarks/enhanced_bookmark_model_factory.cc', |
| 194 'browser/enhanced_bookmarks/enhanced_bookmark_model_factory.h', | 190 'browser/enhanced_bookmarks/enhanced_bookmark_model_factory.h', |
| 195 'browser/experimental_flags.h', | 191 'browser/experimental_flags.h', |
| 196 'browser/experimental_flags.mm', | 192 'browser/experimental_flags.mm', |
| 197 'browser/favicon/favicon_client_impl.cc', | 193 'browser/favicon/favicon_client_impl.cc', |
| 198 'browser/favicon/favicon_client_impl.h', | 194 'browser/favicon/favicon_client_impl.h', |
| 199 'browser/favicon/favicon_service_factory.cc', | 195 'browser/favicon/favicon_service_factory.cc', |
| 200 'browser/favicon/favicon_service_factory.h', | 196 'browser/favicon/favicon_service_factory.h', |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 'common/channel_info.h', | 464 'common/channel_info.h', |
| 469 'common/channel_info.mm', | 465 'common/channel_info.mm', |
| 470 'common/string_util.h', | 466 'common/string_util.h', |
| 471 'common/string_util.mm', | 467 'common/string_util.mm', |
| 472 ] | 468 ] |
| 473 }, | 469 }, |
| 474 { | 470 { |
| 475 'target_name': 'injected_js', | 471 'target_name': 'injected_js', |
| 476 'type': 'none', | 472 'type': 'none', |
| 477 'sources': [ | 473 'sources': [ |
| 478 'browser/enhanced_bookmarks/bookmark_image_service_ios.js', | |
| 479 'browser/find_in_page/resources/find_in_page.js', | 474 'browser/find_in_page/resources/find_in_page.js', |
| 480 ], | 475 ], |
| 481 'includes': [ | 476 'includes': [ |
| 482 '../../ios/web/js_compile.gypi', | 477 '../../ios/web/js_compile.gypi', |
| 483 ], | 478 ], |
| 484 'link_settings': { | 479 'link_settings': { |
| 485 'mac_bundle_resources': [ | 480 'mac_bundle_resources': [ |
| 486 '<(SHARED_INTERMEDIATE_DIR)/bookmark_image_service_ios.js', | |
| 487 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', | 481 '<(SHARED_INTERMEDIATE_DIR)/find_in_page.js', |
| 488 ], | 482 ], |
| 489 }, | 483 }, |
| 490 }, | 484 }, |
| 491 { | 485 { |
| 492 'target_name': 'app_group_common', | 486 'target_name': 'app_group_common', |
| 493 'type': 'static_library', | 487 'type': 'static_library', |
| 494 'sources': [ | 488 'sources': [ |
| 495 'common/app_group/app_group_constants.h', | 489 'common/app_group/app_group_constants.h', |
| 496 'common/app_group/app_group_constants.mm', | 490 'common/app_group/app_group_constants.mm', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 '../../components/components.gyp:omnibox_browser', | 547 '../../components/components.gyp:omnibox_browser', |
| 554 '../../components/components.gyp:rlz', | 548 '../../components/components.gyp:rlz', |
| 555 '../../components/components.gyp:search_engines', | 549 '../../components/components.gyp:search_engines', |
| 556 '../../rlz/rlz.gyp:rlz_lib', | 550 '../../rlz/rlz.gyp:rlz_lib', |
| 557 ], | 551 ], |
| 558 }, | 552 }, |
| 559 ], | 553 ], |
| 560 }], | 554 }], |
| 561 ], | 555 ], |
| 562 } | 556 } |
| OLD | NEW |