| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'dependencies': [ | 47 'dependencies': [ |
| 48 '../../base/base.gyp:base', | 48 '../../base/base.gyp:base', |
| 49 '../../breakpad/breakpad.gyp:breakpad_client', | 49 '../../breakpad/breakpad.gyp:breakpad_client', |
| 50 '../../components/components.gyp:about_handler', | 50 '../../components/components.gyp:about_handler', |
| 51 '../../components/components.gyp:autofill_core_browser', | 51 '../../components/components.gyp:autofill_core_browser', |
| 52 '../../components/components.gyp:autofill_core_common', | 52 '../../components/components.gyp:autofill_core_common', |
| 53 '../../components/components.gyp:autofill_ios_browser', | 53 '../../components/components.gyp:autofill_ios_browser', |
| 54 '../../components/components.gyp:bookmarks_browser', | 54 '../../components/components.gyp:bookmarks_browser', |
| 55 '../../components/components.gyp:browser_sync_browser', | 55 '../../components/components.gyp:browser_sync_browser', |
| 56 '../../components/components.gyp:browser_sync_common', | 56 '../../components/components.gyp:browser_sync_common', |
| 57 '../../components/components.gyp:certificate_reporting', | |
| 58 '../../components/components.gyp:component_updater', | 57 '../../components/components.gyp:component_updater', |
| 59 '../../components/components.gyp:content_settings_core_browser', | 58 '../../components/components.gyp:content_settings_core_browser', |
| 60 '../../components/components.gyp:cookie_config', | 59 '../../components/components.gyp:cookie_config', |
| 61 '../../components/components.gyp:crash_core_browser', | 60 '../../components/components.gyp:crash_core_browser', |
| 62 '../../components/components.gyp:crash_core_common', | 61 '../../components/components.gyp:crash_core_common', |
| 63 '../../components/components.gyp:dom_distiller_core', | 62 '../../components/components.gyp:dom_distiller_core', |
| 64 '../../components/components.gyp:dom_distiller_ios', | 63 '../../components/components.gyp:dom_distiller_ios', |
| 65 '../../components/components.gyp:favicon_base', | 64 '../../components/components.gyp:favicon_base', |
| 66 '../../components/components.gyp:favicon_core', | 65 '../../components/components.gyp:favicon_core', |
| 67 '../../components/components.gyp:gcm_driver', | 66 '../../components/components.gyp:gcm_driver', |
| (...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 '../../components/components.gyp:omnibox_browser', | 884 '../../components/components.gyp:omnibox_browser', |
| 886 '../../components/components.gyp:rlz', | 885 '../../components/components.gyp:rlz', |
| 887 '../../components/components.gyp:search_engines', | 886 '../../components/components.gyp:search_engines', |
| 888 '../../rlz/rlz.gyp:rlz_lib', | 887 '../../rlz/rlz.gyp:rlz_lib', |
| 889 ], | 888 ], |
| 890 }, | 889 }, |
| 891 ], | 890 ], |
| 892 }], | 891 }], |
| 893 ], | 892 ], |
| 894 } | 893 } |
| OLD | NEW |