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

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

Issue 1456783004: Remove configuration policy on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up gyp and DEPS Created 5 years, 1 month 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/prefs/ios_chrome_pref_service_factory.cc ('k') | ios/chrome/test/testing_application_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698