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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 '../third_party/npapi/npapi.gyp:npapi', | 65 '../third_party/npapi/npapi.gyp:npapi', |
66 '../third_party/re2/re2.gyp:re2', | 66 '../third_party/re2/re2.gyp:re2', |
67 '../third_party/zlib/zlib.gyp:minizip', | 67 '../third_party/zlib/zlib.gyp:minizip', |
68 '../third_party/zlib/zlib.gyp:zlib', | 68 '../third_party/zlib/zlib.gyp:zlib', |
69 '../ui/base/strings/ui_strings.gyp:ui_strings', | 69 '../ui/base/strings/ui_strings.gyp:ui_strings', |
70 '../ui/surface/surface.gyp:surface', | 70 '../ui/surface/surface.gyp:surface', |
71 '../ui/ui.gyp:ui', | 71 '../ui/ui.gyp:ui', |
72 '../ui/ui.gyp:ui_resources', | 72 '../ui/ui.gyp:ui_resources', |
73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 73 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
74 '../v8/tools/gyp/v8.gyp:v8', | 74 '../v8/tools/gyp/v8.gyp:v8', |
75 '../webkit/support/webkit_support.gyp:database', | |
76 '../webkit/support/webkit_support.gyp:glue', | 75 '../webkit/support/webkit_support.gyp:glue', |
77 '../webkit/support/webkit_support.gyp:quota', | |
78 '../webkit/support/webkit_support.gyp:user_agent', | 76 '../webkit/support/webkit_support.gyp:user_agent', |
79 '../webkit/support/webkit_support.gyp:webkit_resources', | 77 '../webkit/support/webkit_support.gyp:webkit_resources', |
80 '../webkit/support/webkit_support.gyp:webkit_storage', | 78 '../webkit/support/webkit_support.gyp:webkit_storage', |
81 ], | 79 ], |
82 'include_dirs': [ | 80 'include_dirs': [ |
83 '..', | 81 '..', |
84 '<(INTERMEDIATE_DIR)', | 82 '<(INTERMEDIATE_DIR)', |
85 # Needed by pepper_flash_component_installer.cc. | 83 # Needed by pepper_flash_component_installer.cc. |
86 '<(SHARED_INTERMEDIATE_DIR)', | 84 '<(SHARED_INTERMEDIATE_DIR)', |
87 ], | 85 ], |
(...skipping 2848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2936 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2934 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2937 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2935 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2938 }, | 2936 }, |
2939 'includes': ['../build/protoc.gypi'], | 2937 'includes': ['../build/protoc.gypi'], |
2940 }, | 2938 }, |
2941 ], | 2939 ], |
2942 }, | 2940 }, |
2943 ], | 2941 ], |
2944 ], | 2942 ], |
2945 } | 2943 } |
OLD | NEW |