| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   72         '../../components/components.gyp:infobars_core', |   72         '../../components/components.gyp:infobars_core', | 
|   73         '../../components/components.gyp:invalidation_impl', |   73         '../../components/components.gyp:invalidation_impl', | 
|   74         '../../components/components.gyp:invalidation_public', |   74         '../../components/components.gyp:invalidation_public', | 
|   75         '../../components/components.gyp:keyed_service_core', |   75         '../../components/components.gyp:keyed_service_core', | 
|   76         '../../components/components.gyp:keyed_service_ios', |   76         '../../components/components.gyp:keyed_service_ios', | 
|   77         '../../components/components.gyp:language_usage_metrics', |   77         '../../components/components.gyp:language_usage_metrics', | 
|   78         '../../components/components.gyp:leveldb_proto', |   78         '../../components/components.gyp:leveldb_proto', | 
|   79         '../../components/components.gyp:metrics', |   79         '../../components/components.gyp:metrics', | 
|   80         '../../components/components.gyp:metrics_net', |   80         '../../components/components.gyp:metrics_net', | 
|   81         '../../components/components.gyp:metrics_profiler', |   81         '../../components/components.gyp:metrics_profiler', | 
 |   82         '../../components/components.gyp:metrics_profiler_ios', | 
|   82         '../../components/components.gyp:metrics_services_manager', |   83         '../../components/components.gyp:metrics_services_manager', | 
|   83         '../../components/components.gyp:metrics_ui', |   84         '../../components/components.gyp:metrics_ui', | 
|   84         '../../components/components.gyp:net_log', |   85         '../../components/components.gyp:net_log', | 
|   85         '../../components/components.gyp:network_time', |   86         '../../components/components.gyp:network_time', | 
|   86         '../../components/components.gyp:ntp_snippets', |   87         '../../components/components.gyp:ntp_snippets', | 
|   87         '../../components/components.gyp:omnibox_browser', |   88         '../../components/components.gyp:omnibox_browser', | 
|   88         '../../components/components.gyp:open_from_clipboard', |   89         '../../components/components.gyp:open_from_clipboard', | 
|   89         '../../components/components.gyp:password_manager_core_browser', |   90         '../../components/components.gyp:password_manager_core_browser', | 
|   90         '../../components/components.gyp:password_manager_sync_browser', |   91         '../../components/components.gyp:password_manager_sync_browser', | 
|   91         '../../components/components.gyp:pref_registry', |   92         '../../components/components.gyp:pref_registry', | 
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  859           'variables': { |  860           'variables': { | 
|  860             'proto_in_dir': 'browser/safe_browsing', |  861             'proto_in_dir': 'browser/safe_browsing', | 
|  861             'proto_out_dir': 'ios/chrome/browser/safe_browsing', |  862             'proto_out_dir': 'ios/chrome/browser/safe_browsing', | 
|  862           }, |  863           }, | 
|  863           'includes': [ '../../build/protoc.gypi' ], |  864           'includes': [ '../../build/protoc.gypi' ], | 
|  864         }, |  865         }, | 
|  865       ], |  866       ], | 
|  866     }], |  867     }], | 
|  867   ], |  868   ], | 
|  868 } |  869 } | 
| OLD | NEW |