| 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 3317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3328 ['exclude', '^browser/rlz/'], | 3328 ['exclude', '^browser/rlz/'], |
| 3329 ], | 3329 ], |
| 3330 }], | 3330 }], |
| 3331 ['OS=="win"', { | 3331 ['OS=="win"', { |
| 3332 'include_dirs': [ | 3332 'include_dirs': [ |
| 3333 '<(DEPTH)/third_party/wtl/include', | 3333 '<(DEPTH)/third_party/wtl/include', |
| 3334 ], | 3334 ], |
| 3335 'dependencies': [ | 3335 'dependencies': [ |
| 3336 'chrome_process_finder', | 3336 'chrome_process_finder', |
| 3337 'installer_util_strings', | 3337 'installer_util_strings', |
| 3338 '../chrome_elf/chrome_elf.gyp:blacklist', |
| 3338 '../google_update/google_update.gyp:google_update', | 3339 '../google_update/google_update.gyp:google_update', |
| 3339 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3340 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 3340 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3341 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 3341 '../ui/views/controls/webview/webview.gyp:webview', | 3342 '../ui/views/controls/webview/webview.gyp:webview', |
| 3342 '../ui/views/views.gyp:views', | 3343 '../ui/views/views.gyp:views', |
| 3343 '../win8/win8.gyp:win8_util', | 3344 '../win8/win8.gyp:win8_util', |
| 3344 ], | 3345 ], |
| 3345 'export_dependent_settings': [ | 3346 'export_dependent_settings': [ |
| 3346 '../ui/views/controls/webview/webview.gyp:webview', | 3347 '../ui/views/controls/webview/webview.gyp:webview', |
| 3347 '../ui/views/views.gyp:views', | 3348 '../ui/views/views.gyp:views', |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3642 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3643 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3643 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3644 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3644 }, | 3645 }, |
| 3645 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3646 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3646 }, | 3647 }, |
| 3647 ], | 3648 ], |
| 3648 }, | 3649 }, |
| 3649 ], | 3650 ], |
| 3650 ], | 3651 ], |
| 3651 } | 3652 } |
| OLD | NEW |