| 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 'browser/xcallback_parameters.h', | 564 'browser/xcallback_parameters.h', |
| 565 'browser/xcallback_parameters.mm', | 565 'browser/xcallback_parameters.mm', |
| 566 ], | 566 ], |
| 567 'conditions': [ | 567 'conditions': [ |
| 568 ['enable_rlz==1', { | 568 ['enable_rlz==1', { |
| 569 'dependencies': [ | 569 'dependencies': [ |
| 570 '../../components/components.gyp:rlz', | 570 '../../components/components.gyp:rlz', |
| 571 'ios_chrome_browser_rlz', | 571 'ios_chrome_browser_rlz', |
| 572 ], | 572 ], |
| 573 }], | 573 }], |
| 574 ['configuration_policy==1', { | |
| 575 'dependencies': [ | |
| 576 '../../components/components.gyp:policy_component_browser', | |
| 577 '../../components/components.gyp:policy_component_common', | |
| 578 ], | |
| 579 }], | |
| 580 ], | 574 ], |
| 581 }, | 575 }, |
| 582 { | 576 { |
| 583 'target_name': 'ios_chrome_common', | 577 'target_name': 'ios_chrome_common', |
| 584 'type': 'static_library', | 578 'type': 'static_library', |
| 585 'include_dirs': [ | 579 'include_dirs': [ |
| 586 '../..', | 580 '../..', |
| 587 ], | 581 ], |
| 588 'dependencies': [ | 582 'dependencies': [ |
| 589 '../../base/base.gyp:base', | 583 '../../base/base.gyp:base', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 '../../components/components.gyp:omnibox_browser', | 675 '../../components/components.gyp:omnibox_browser', |
| 682 '../../components/components.gyp:rlz', | 676 '../../components/components.gyp:rlz', |
| 683 '../../components/components.gyp:search_engines', | 677 '../../components/components.gyp:search_engines', |
| 684 '../../rlz/rlz.gyp:rlz_lib', | 678 '../../rlz/rlz.gyp:rlz_lib', |
| 685 ], | 679 ], |
| 686 }, | 680 }, |
| 687 ], | 681 ], |
| 688 }], | 682 }], |
| 689 ], | 683 ], |
| 690 } | 684 } |
| OLD | NEW |