| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../../..', | 9 'webkit_src_dir': '../../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'variables': { | 51 'variables': { |
| 52 'grit_grd_file': 'webkit_strings.grd', | 52 'grit_grd_file': 'webkit_strings.grd', |
| 53 }, | 53 }, |
| 54 'includes': [ '../../build/grit_action.gypi' ], | 54 'includes': [ '../../build/grit_action.gypi' ], |
| 55 }, | 55 }, |
| 56 ], | 56 ], |
| 57 'includes': [ '../../build/grit_target.gypi' ], | 57 'includes': [ '../../build/grit_target.gypi' ], |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 'target_name': 'webkit_user_agent', | 60 'target_name': 'webkit_user_agent', |
| 61 'type': '<(library)', | 61 'type': 'static_library', |
| 62 'msvs_guid': 'DB162DE1-7D56-4C4A-8A9F-80D396CD7AA8', | 62 'msvs_guid': 'DB162DE1-7D56-4C4A-8A9F-80D396CD7AA8', |
| 63 'dependencies': [ | 63 'dependencies': [ |
| 64 '<(DEPTH)/app/app.gyp:app_base', | 64 '<(DEPTH)/app/app.gyp:app_base', |
| 65 '<(DEPTH)/base/base.gyp:base_i18n', | 65 '<(DEPTH)/base/base.gyp:base_i18n', |
| 66 ], | 66 ], |
| 67 'actions': [ | 67 'actions': [ |
| 68 { | 68 { |
| 69 'action_name': 'webkit_version', | 69 'action_name': 'webkit_version', |
| 70 'inputs': [ | 70 'inputs': [ |
| 71 '<(script)', | 71 '<(script)', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 95 'user_agent.h', | 95 'user_agent.h', |
| 96 ], | 96 ], |
| 97 # Dependents may rely on files generated by this target or one of its | 97 # Dependents may rely on files generated by this target or one of its |
| 98 # own hard dependencies. | 98 # own hard dependencies. |
| 99 'hard_dependency': 1, | 99 'hard_dependency': 1, |
| 100 'conditions': [ | 100 'conditions': [ |
| 101 ], | 101 ], |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 'target_name': 'glue', | 104 'target_name': 'glue', |
| 105 'type': '<(library)', | 105 'type': 'static_library', |
| 106 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', | 106 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', |
| 107 'dependencies': [ | 107 'dependencies': [ |
| 108 '<(DEPTH)/app/app.gyp:app_base', | 108 '<(DEPTH)/app/app.gyp:app_base', |
| 109 '<(DEPTH)/base/base.gyp:base_i18n', | 109 '<(DEPTH)/base/base.gyp:base_i18n', |
| 110 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 110 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 111 '<(DEPTH)/net/net.gyp:net', | 111 '<(DEPTH)/net/net.gyp:net', |
| 112 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 112 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 113 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 113 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 114 '<(DEPTH)/printing/printing.gyp:printing', | 114 '<(DEPTH)/printing/printing.gyp:printing', |
| 115 '<(DEPTH)/skia/skia.gyp:skia', | 115 '<(DEPTH)/skia/skia.gyp:skia', |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 }, | 536 }, |
| 537 'includes': [ '../../build/grit_action.gypi' ], | 537 'includes': [ '../../build/grit_action.gypi' ], |
| 538 }, | 538 }, |
| 539 ], | 539 ], |
| 540 'includes': [ '../../build/grit_target.gypi' ], | 540 'includes': [ '../../build/grit_target.gypi' ], |
| 541 }, | 541 }, |
| 542 ], | 542 ], |
| 543 }], | 543 }], |
| 544 ], | 544 ], |
| 545 } | 545 } |
| OLD | NEW |