| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 '../ui/base/strings/ui_strings.gyp:ui_strings', | 66 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 67 '../ui/surface/surface.gyp:surface', | 67 '../ui/surface/surface.gyp:surface', |
| 68 '../ui/ui.gyp:ui', | 68 '../ui/ui.gyp:ui', |
| 69 '../ui/ui.gyp:ui_resources', | 69 '../ui/ui.gyp:ui_resources', |
| 70 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 70 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 71 '../v8/tools/gyp/v8.gyp:v8', | 71 '../v8/tools/gyp/v8.gyp:v8', |
| 72 '../webkit/support/webkit_support.gyp:appcache', | 72 '../webkit/support/webkit_support.gyp:appcache', |
| 73 '../webkit/support/webkit_support.gyp:blob', | 73 '../webkit/support/webkit_support.gyp:blob', |
| 74 '../webkit/support/webkit_support.gyp:database', | 74 '../webkit/support/webkit_support.gyp:database', |
| 75 '../webkit/support/webkit_support.gyp:fileapi', | 75 '../webkit/support/webkit_support.gyp:fileapi', |
| 76 '../webkit/support/webkit_support.gyp:forms', | |
| 77 '../webkit/support/webkit_support.gyp:glue', | 76 '../webkit/support/webkit_support.gyp:glue', |
| 78 '../webkit/support/webkit_support.gyp:quota', | 77 '../webkit/support/webkit_support.gyp:quota', |
| 79 '../webkit/support/webkit_support.gyp:user_agent', | 78 '../webkit/support/webkit_support.gyp:user_agent', |
| 80 '../webkit/support/webkit_support.gyp:webkit_resources', | 79 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 81 ], | 80 ], |
| 82 'include_dirs': [ | 81 'include_dirs': [ |
| 83 '..', | 82 '..', |
| 84 '<(INTERMEDIATE_DIR)', | 83 '<(INTERMEDIATE_DIR)', |
| 85 # Needed by pepper_flash_component_installer.cc. | 84 # Needed by pepper_flash_component_installer.cc. |
| 86 '<(SHARED_INTERMEDIATE_DIR)', | 85 '<(SHARED_INTERMEDIATE_DIR)', |
| (...skipping 2734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2821 'variables': { | 2820 'variables': { |
| 2822 'jni_gen_dir': 'chrome', | 2821 'jni_gen_dir': 'chrome', |
| 2823 }, | 2822 }, |
| 2824 'includes': [ '../build/jni_generator.gypi' ], | 2823 'includes': [ '../build/jni_generator.gypi' ], |
| 2825 }, | 2824 }, |
| 2826 ], | 2825 ], |
| 2827 }, | 2826 }, |
| 2828 ], | 2827 ], |
| 2829 ], | 2828 ], |
| 2830 } | 2829 } |
| OLD | NEW |