| OLD | NEW | 
|---|
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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   'targets': [ | 6   'targets': [ | 
| 7     { | 7     { | 
| 8       'target_name': 'browser_extensions', | 8       'target_name': 'browser_extensions', | 
| 9       'type': 'static_library', | 9       'type': 'static_library', | 
| 10       'variables': { 'enable_wexit_time_destructors': 1, }, | 10       'variables': { 'enable_wexit_time_destructors': 1, }, | 
| (...skipping 18 matching lines...) Expand all  Loading... | 
| 29         'safe_browsing_proto', | 29         'safe_browsing_proto', | 
| 30         'sync_file_system_proto', | 30         'sync_file_system_proto', | 
| 31         '../third_party/re2/re2.gyp:re2', | 31         '../third_party/re2/re2.gyp:re2', | 
| 32         '../components/component_strings.gyp:component_strings', | 32         '../components/component_strings.gyp:component_strings', | 
| 33         '../components/components.gyp:onc_component', | 33         '../components/components.gyp:onc_component', | 
| 34         '../components/components.gyp:url_matcher', | 34         '../components/components.gyp:url_matcher', | 
| 35         '../components/components.gyp:wifi_component', | 35         '../components/components.gyp:wifi_component', | 
| 36         '../content/content.gyp:content_browser', | 36         '../content/content.gyp:content_browser', | 
| 37         '../crypto/crypto.gyp:crypto', | 37         '../crypto/crypto.gyp:crypto', | 
| 38         '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 38         '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 
|  | 39         '../device/hid/hid.gyp:device_hid', | 
| 39         '../extensions/extensions.gyp:extensions_browser', | 40         '../extensions/extensions.gyp:extensions_browser', | 
| 40         '../net/net.gyp:net', | 41         '../net/net.gyp:net', | 
| 41         '../skia/skia.gyp:skia', | 42         '../skia/skia.gyp:skia', | 
| 42         '../sync/sync.gyp:sync', | 43         '../sync/sync.gyp:sync', | 
| 43         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
      n', | 44         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
      n', | 
| 44         '../third_party/icu/icu.gyp:icui18n', | 45         '../third_party/icu/icu.gyp:icui18n', | 
| 45         '../third_party/icu/icu.gyp:icuuc', | 46         '../third_party/icu/icu.gyp:icuuc', | 
| 46         '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 47         '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 
| 47         '../third_party/libusb/libusb.gyp:libusb', | 48         '../third_party/libusb/libusb.gyp:libusb', | 
| 48         '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 49         '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 
| (...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1230           'variables': { | 1231           'variables': { | 
| 1231             'proto_in_dir': 'browser/chromeos/contacts', | 1232             'proto_in_dir': 'browser/chromeos/contacts', | 
| 1232             'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1233             'proto_out_dir': 'chrome/browser/chromeos/contacts', | 
| 1233           }, | 1234           }, | 
| 1234           'includes': [ '../build/protoc.gypi' ] | 1235           'includes': [ '../build/protoc.gypi' ] | 
| 1235         }, | 1236         }, | 
| 1236       ], | 1237       ], | 
| 1237     },],  # 'chromeos=1' | 1238     },],  # 'chromeos=1' | 
| 1238   ],  # 'conditions' | 1239   ],  # 'conditions' | 
| 1239 } | 1240 } | 
| OLD | NEW | 
|---|