| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 'browser/updatable_config/updatable_config_base.h', | 432 'browser/updatable_config/updatable_config_base.h', |
| 433 'browser/updatable_config/updatable_config_base.mm', | 433 'browser/updatable_config/updatable_config_base.mm', |
| 434 'browser/updatable_config/updatable_dictionary.h', | 434 'browser/updatable_config/updatable_dictionary.h', |
| 435 'browser/updatable_config/updatable_dictionary.mm', | 435 'browser/updatable_config/updatable_dictionary.mm', |
| 436 'browser/web/dom_altering_lock.h', | 436 'browser/web/dom_altering_lock.h', |
| 437 'browser/web/dom_altering_lock.mm', | 437 'browser/web/dom_altering_lock.mm', |
| 438 'browser/web/web_view_type_util.h', | 438 'browser/web/web_view_type_util.h', |
| 439 'browser/web/web_view_type_util.mm', | 439 'browser/web/web_view_type_util.mm', |
| 440 'browser/web_data_service_factory.cc', | 440 'browser/web_data_service_factory.cc', |
| 441 'browser/web_data_service_factory.h', | 441 'browser/web_data_service_factory.h', |
| 442 'browser/web_resource/ios_web_resource_service.cc', | |
| 443 'browser/web_resource/ios_web_resource_service.h', | |
| 444 'browser/xcallback_parameters.h', | 442 'browser/xcallback_parameters.h', |
| 445 'browser/xcallback_parameters.mm', | 443 'browser/xcallback_parameters.mm', |
| 446 ], | 444 ], |
| 447 'conditions': [ | 445 'conditions': [ |
| 448 ['enable_rlz==1', { | 446 ['enable_rlz==1', { |
| 449 'dependencies': [ | 447 'dependencies': [ |
| 450 '../../components/components.gyp:rlz', | 448 '../../components/components.gyp:rlz', |
| 451 'ios_chrome_browser_rlz', | 449 'ios_chrome_browser_rlz', |
| 452 ], | 450 ], |
| 453 }], | 451 }], |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 '../../components/components.gyp:omnibox_browser', | 555 '../../components/components.gyp:omnibox_browser', |
| 558 '../../components/components.gyp:rlz', | 556 '../../components/components.gyp:rlz', |
| 559 '../../components/components.gyp:search_engines', | 557 '../../components/components.gyp:search_engines', |
| 560 '../../rlz/rlz.gyp:rlz_lib', | 558 '../../rlz/rlz.gyp:rlz_lib', |
| 561 ], | 559 ], |
| 562 }, | 560 }, |
| 563 ], | 561 ], |
| 564 }], | 562 }], |
| 565 ], | 563 ], |
| 566 } | 564 } |
| OLD | NEW |