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 3389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3400 # Exclude all of rlz. | 3400 # Exclude all of rlz. |
3401 ['exclude', '^browser/rlz/'], | 3401 ['exclude', '^browser/rlz/'], |
3402 ], | 3402 ], |
3403 }], | 3403 }], |
3404 ['OS=="win"', { | 3404 ['OS=="win"', { |
3405 'include_dirs': [ | 3405 'include_dirs': [ |
3406 '<(DEPTH)/third_party/wtl/include', | 3406 '<(DEPTH)/third_party/wtl/include', |
3407 ], | 3407 ], |
3408 'dependencies': [ | 3408 'dependencies': [ |
3409 'chrome_process_finder', | 3409 'chrome_process_finder', |
3410 'installer_util_strings', | 3410 'installer_util_strings', |
3411 '../chrome/chrome.gyp:chrome_version_header', | |
Cait (Slow)
2014/02/03 15:12:37
nit: remove trailing whitespace on line 3410.
csharp
2014/02/03 16:32:12
Done.
| |
3411 '../chrome_elf/chrome_elf.gyp:blacklist', | 3412 '../chrome_elf/chrome_elf.gyp:blacklist', |
3412 '../google_update/google_update.gyp:google_update', | 3413 '../google_update/google_update.gyp:google_update', |
3413 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 3414 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
3414 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 3415 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
3415 '../ui/views/controls/webview/webview.gyp:webview', | 3416 '../ui/views/controls/webview/webview.gyp:webview', |
3416 '../ui/views/views.gyp:views', | 3417 '../ui/views/views.gyp:views', |
3417 '../win8/win8.gyp:win8_util', | 3418 '../win8/win8.gyp:win8_util', |
3418 ], | 3419 ], |
3419 'export_dependent_settings': [ | 3420 'export_dependent_settings': [ |
3420 '../ui/views/controls/webview/webview.gyp:webview', | 3421 '../ui/views/controls/webview/webview.gyp:webview', |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3736 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3737 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3737 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3738 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
3738 }, | 3739 }, |
3739 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3740 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3740 }, | 3741 }, |
3741 ], | 3742 ], |
3742 }, | 3743 }, |
3743 ], | 3744 ], |
3744 ], | 3745 ], |
3745 } | 3746 } |
OLD | NEW |