| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2313 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2313 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2314 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2314 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2315 '../third_party/libusb/libusb.gyp:libusb', | 2315 '../third_party/libusb/libusb.gyp:libusb', |
| 2316 '../third_party/npapi/npapi.gyp:npapi', | 2316 '../third_party/npapi/npapi.gyp:npapi', |
| 2317 '../third_party/re2/re2.gyp:re2', | 2317 '../third_party/re2/re2.gyp:re2', |
| 2318 '../ui/gl/gl.gyp:gl', | 2318 '../ui/gl/gl.gyp:gl', |
| 2319 '../ui/surface/surface.gyp:surface', | 2319 '../ui/surface/surface.gyp:surface', |
| 2320 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2320 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2321 '../v8/tools/gyp/v8.gyp:v8', | 2321 '../v8/tools/gyp/v8.gyp:v8', |
| 2322 '../webkit/support/webkit_support.gyp:glue_common', | 2322 '../webkit/support/webkit_support.gyp:glue_common', |
| 2323 '../webkit/support/webkit_support.gyp:plugins', | |
| 2324 '../webkit/support/webkit_support.gyp:plugins_common', | 2323 '../webkit/support/webkit_support.gyp:plugins_common', |
| 2325 '../webkit/support/webkit_support.gyp:webkit_resources', | 2324 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 2326 '../webkit/support/webkit_support.gyp:webkit_storage', | 2325 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 2327 ], | 2326 ], |
| 2328 'defines': [ | 2327 'defines': [ |
| 2329 '<@(nacl_defines)', | 2328 '<@(nacl_defines)', |
| 2330 ], | 2329 ], |
| 2331 'direct_dependent_settings': { | 2330 'direct_dependent_settings': { |
| 2332 'defines': [ | 2331 'defines': [ |
| 2333 '<@(nacl_defines)', | 2332 '<@(nacl_defines)', |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3209 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3208 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3210 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3209 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3211 }, | 3210 }, |
| 3212 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3211 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3213 }, | 3212 }, |
| 3214 ], | 3213 ], |
| 3215 }, | 3214 }, |
| 3216 ], | 3215 ], |
| 3217 ], | 3216 ], |
| 3218 } | 3217 } |
| OLD | NEW |