| 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 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2321 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2321 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2322 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2322 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2323 '../third_party/libusb/libusb.gyp:libusb', | 2323 '../third_party/libusb/libusb.gyp:libusb', |
| 2324 '../third_party/npapi/npapi.gyp:npapi', | 2324 '../third_party/npapi/npapi.gyp:npapi', |
| 2325 '../third_party/re2/re2.gyp:re2', | 2325 '../third_party/re2/re2.gyp:re2', |
| 2326 '../ui/gl/gl.gyp:gl', | 2326 '../ui/gl/gl.gyp:gl', |
| 2327 '../ui/surface/surface.gyp:surface', | 2327 '../ui/surface/surface.gyp:surface', |
| 2328 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2328 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2329 '../v8/tools/gyp/v8.gyp:v8', | 2329 '../v8/tools/gyp/v8.gyp:v8', |
| 2330 '../webkit/support/webkit_support.gyp:glue_common', | 2330 '../webkit/support/webkit_support.gyp:glue_common', |
| 2331 '../webkit/support/webkit_support.gyp:plugins', | |
| 2332 '../webkit/support/webkit_support.gyp:plugins_common', | 2331 '../webkit/support/webkit_support.gyp:plugins_common', |
| 2333 '../webkit/support/webkit_support.gyp:webkit_resources', | 2332 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 2334 '../webkit/support/webkit_support.gyp:webkit_storage', | 2333 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 2335 ], | 2334 ], |
| 2336 'defines': [ | 2335 'defines': [ |
| 2337 '<@(nacl_defines)', | 2336 '<@(nacl_defines)', |
| 2338 ], | 2337 ], |
| 2339 'direct_dependent_settings': { | 2338 'direct_dependent_settings': { |
| 2340 'defines': [ | 2339 'defines': [ |
| 2341 '<@(nacl_defines)', | 2340 '<@(nacl_defines)', |
| (...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3205 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3204 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3206 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3205 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3207 }, | 3206 }, |
| 3208 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3207 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3209 }, | 3208 }, |
| 3210 ], | 3209 ], |
| 3211 }, | 3210 }, |
| 3212 ], | 3211 ], |
| 3213 ], | 3212 ], |
| 3214 } | 3213 } |
| OLD | NEW |