| 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 3348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3359 ['exclude', '^browser/first_run/'], | 3359 ['exclude', '^browser/first_run/'], |
| 3360 ['exclude', '^browser/importer/'], | 3360 ['exclude', '^browser/importer/'], |
| 3361 ['exclude', '^browser/media_galleries/'], | 3361 ['exclude', '^browser/media_galleries/'], |
| 3362 ['exclude', '^browser/net/firefox_*'], | 3362 ['exclude', '^browser/net/firefox_*'], |
| 3363 ['exclude', '^browser/profile_resetter/'], | 3363 ['exclude', '^browser/profile_resetter/'], |
| 3364 ['exclude', '^browser/service/'], | 3364 ['exclude', '^browser/service/'], |
| 3365 ['exclude', '^browser/sync/glue/app_'], | 3365 ['exclude', '^browser/sync/glue/app_'], |
| 3366 ['exclude', '^browser/sync/glue/extension_'], | 3366 ['exclude', '^browser/sync/glue/extension_'], |
| 3367 ['exclude', '^browser/sync/glue/theme_'], | 3367 ['exclude', '^browser/sync/glue/theme_'], |
| 3368 ['exclude', '^browser/usb/'], | 3368 ['exclude', '^browser/usb/'], |
| 3369 ['exclude', '^third_party/mozilla_security_manager/'], |
| 3369 ], | 3370 ], |
| 3370 }], | 3371 }], |
| 3371 ['OS=="mac"', { | 3372 ['OS=="mac"', { |
| 3372 'dependencies': [ | 3373 'dependencies': [ |
| 3373 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', | 3374 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go
ogle_toolbox_for_mac', |
| 3374 '../third_party/mozilla/mozilla.gyp:mozilla', | 3375 '../third_party/mozilla/mozilla.gyp:mozilla', |
| 3375 ], | 3376 ], |
| 3376 'sources!': [ | 3377 'sources!': [ |
| 3377 'browser/automation/automation_provider_list_generic.cc', | 3378 'browser/automation/automation_provider_list_generic.cc', |
| 3378 'browser/first_run/upgrade_util.cc', | 3379 'browser/first_run/upgrade_util.cc', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3741 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3742 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3742 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3743 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3743 }, | 3744 }, |
| 3744 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3745 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3745 }, | 3746 }, |
| 3746 ], | 3747 ], |
| 3747 }, | 3748 }, |
| 3748 ], | 3749 ], |
| 3749 ], | 3750 ], |
| 3750 } | 3751 } |
| OLD | NEW |