| 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 2564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2575 '../components/components.gyp:sessions', | 2575 '../components/components.gyp:sessions', |
| 2576 '../components/components.gyp:storage_monitor', | 2576 '../components/components.gyp:storage_monitor', |
| 2577 '../components/components.gyp:translate_content_browser', | 2577 '../components/components.gyp:translate_content_browser', |
| 2578 '../components/components.gyp:url_matcher', | 2578 '../components/components.gyp:url_matcher', |
| 2579 '../components/components.gyp:usb_service', | 2579 '../components/components.gyp:usb_service', |
| 2580 '../components/components.gyp:visitedlink_browser', | 2580 '../components/components.gyp:visitedlink_browser', |
| 2581 '../components/components.gyp:visitedlink_common', | 2581 '../components/components.gyp:visitedlink_common', |
| 2582 '../components/components.gyp:web_modal', | 2582 '../components/components.gyp:web_modal', |
| 2583 '../media/cast/cast.gyp:cast_transport', | 2583 '../media/cast/cast.gyp:cast_transport', |
| 2584 '../media/media.gyp:media', | 2584 '../media/media.gyp:media', |
| 2585 '../mojo/mojo.gyp:mojo_cpp_bindings', |
| 2586 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 2587 '../mojo/mojo.gyp:mojo_js_bindings', |
| 2588 '../mojo/mojo.gyp:mojo_system_impl', |
| 2585 '../net/net.gyp:net_with_v8', | 2589 '../net/net.gyp:net_with_v8', |
| 2586 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2590 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 2587 '../testing/perf/perf_test.gyp:*', | 2591 '../testing/perf/perf_test.gyp:*', |
| 2588 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2592 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2589 '../third_party/expat/expat.gyp:expat', | 2593 '../third_party/expat/expat.gyp:expat', |
| 2590 '../third_party/hunspell/hunspell.gyp:hunspell', | 2594 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2591 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2595 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2592 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2596 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2593 '../third_party/libyuv/libyuv.gyp:libyuv', | 2597 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2594 '../third_party/npapi/npapi.gyp:npapi', | 2598 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3718 'package_name': 'org/chromium/chrome/browser', | 3722 'package_name': 'org/chromium/chrome/browser', |
| 3719 'template_deps': ['browser/android/tab_load_status.h'], | 3723 'template_deps': ['browser/android/tab_load_status.h'], |
| 3720 }, | 3724 }, |
| 3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3725 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3722 }, | 3726 }, |
| 3723 ], | 3727 ], |
| 3724 }, | 3728 }, |
| 3725 ], | 3729 ], |
| 3726 ], | 3730 ], |
| 3727 } | 3731 } |
| OLD | NEW |