| 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 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2647 ['OS=="win"', { | 2647 ['OS=="win"', { |
| 2648 'sources/': [ | 2648 'sources/': [ |
| 2649 ['exclude', '^browser/automation/automation_provider_aura.cc'], | 2649 ['exclude', '^browser/automation/automation_provider_aura.cc'], |
| 2650 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], | 2650 ['exclude', '^browser/background/background_mode_manager_aura.cc
'], |
| 2651 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], | 2651 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], |
| 2652 ], | 2652 ], |
| 2653 'dependencies': [ | 2653 'dependencies': [ |
| 2654 'launcher_support', | 2654 'launcher_support', |
| 2655 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 2655 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 2656 '../win8/win8.gyp:metro_viewer', | 2656 '../win8/win8.gyp:metro_viewer', |
| 2657 '../win8/win8.gyp:test_registrar_constants', |
| 2657 ], | 2658 ], |
| 2658 }], | 2659 }], |
| 2659 ], | 2660 ], |
| 2660 }], | 2661 }], |
| 2661 ['ui_compositor_image_transport==1', { | 2662 ['ui_compositor_image_transport==1', { |
| 2662 'dependencies': [ | 2663 'dependencies': [ |
| 2663 '../ui/gl/gl.gyp:gl', | 2664 '../ui/gl/gl.gyp:gl', |
| 2664 ], | 2665 ], |
| 2665 }], | 2666 }], |
| 2666 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 2667 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3233 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3234 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3234 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3235 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3235 }, | 3236 }, |
| 3236 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3237 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3237 }, | 3238 }, |
| 3238 ], | 3239 ], |
| 3239 }, | 3240 }, |
| 3240 ], | 3241 ], |
| 3241 ], | 3242 ], |
| 3242 } | 3243 } |
| OLD | NEW |