| 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") | 
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") | 
| 7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 
| 8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") | 
| 9 import("//third_party/WebKit/Source/bindings/modules/modules.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/modules.gni") | 
| 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 44   } | 44   } | 
| 45 } | 45 } | 
| 46 | 46 | 
| 47 # GYP version: WebKit/Source/core/core.gyp:webcore_generated | 47 # GYP version: WebKit/Source/core/core.gyp:webcore_generated | 
| 48 source_set("generated") { | 48 source_set("generated") { | 
| 49   deps = [ | 49   deps = [ | 
| 50     ":make_core_generated", | 50     ":make_core_generated", | 
| 51     ":prerequisites", | 51     ":prerequisites", | 
| 52     "inspector:instrumentation_sources", | 52     "inspector:instrumentation_sources", | 
| 53     "inspector:protocol_sources", | 53     "inspector:protocol_sources", | 
|  | 54     "inspector/v8:injected_script_sources", | 
| 54     "//gin", | 55     "//gin", | 
| 55     "//skia", | 56     "//skia", | 
| 56     "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 57     "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 
| 57     "//third_party/iccjpeg", | 58     "//third_party/iccjpeg", | 
| 58     "//third_party/libpng", | 59     "//third_party/libpng", | 
| 59     "//third_party/libwebp", | 60     "//third_party/libwebp", | 
| 60     "//third_party/libxml", | 61     "//third_party/libxml", | 
| 61     "//third_party/libxslt", | 62     "//third_party/libxslt", | 
| 62     "//third_party/npapi", | 63     "//third_party/npapi", | 
| 63     "//third_party/qcms", | 64     "//third_party/qcms", | 
| (...skipping 28 matching lines...) Expand all  Loading... | 
| 92     "//third_party/snappy", | 93     "//third_party/snappy", | 
| 93     "//third_party/sqlite", | 94     "//third_party/sqlite", | 
| 94     "//third_party/zlib", | 95     "//third_party/zlib", | 
| 95     "//url", | 96     "//url", | 
| 96     "//v8", | 97     "//v8", | 
| 97   ] | 98   ] | 
| 98   deps = [ | 99   deps = [ | 
| 99     ":make_core_generated", | 100     ":make_core_generated", | 
| 100     "inspector:instrumentation_sources", | 101     "inspector:instrumentation_sources", | 
| 101     "inspector:protocol_sources", | 102     "inspector:protocol_sources", | 
|  | 103     "inspector/v8:injected_script_sources", | 
| 102     "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 104     "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 
| 103 | 105 | 
| 104     # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 106     # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 
| 105     "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
      , | 107     "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated"
      , | 
| 106     "//third_party/WebKit/Source/platform", | 108     "//third_party/WebKit/Source/platform", | 
| 107   ] | 109   ] | 
| 108 | 110 | 
| 109   public_configs = [ | 111   public_configs = [ | 
| 110     ":core_include_dirs", | 112     ":core_include_dirs", | 
| 111     "//third_party/WebKit/Source:config", | 113     "//third_party/WebKit/Source:config", | 
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 391     "$blink_core_output_dir/InspectorFrontend.cpp", | 393     "$blink_core_output_dir/InspectorFrontend.cpp", | 
| 392     "$blink_core_output_dir/InspectorTypeBuilder.cpp", | 394     "$blink_core_output_dir/InspectorTypeBuilder.cpp", | 
| 393 | 395 | 
| 394     # Additional .cpp files from the inspector_instrumentation_sources list. | 396     # Additional .cpp files from the inspector_instrumentation_sources list. | 
| 395     "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h", | 397     "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h", | 
| 396     "$blink_core_output_dir/InspectorInstrumentationImpl.cpp", | 398     "$blink_core_output_dir/InspectorInstrumentationImpl.cpp", | 
| 397     "$blink_core_output_dir/InspectorInstrumentationInl.h", | 399     "$blink_core_output_dir/InspectorInstrumentationInl.h", | 
| 398     "$blink_core_output_dir/InspectorOverridesInl.h", | 400     "$blink_core_output_dir/InspectorOverridesInl.h", | 
| 399     "$blink_core_output_dir/InstrumentingAgentsInl.h", | 401     "$blink_core_output_dir/InstrumentingAgentsInl.h", | 
| 400 | 402 | 
|  | 403     # Additional files from injected_script_sources list. | 
|  | 404     "$blink_core_output_dir/inspector/v8/DebuggerScript.h", | 
|  | 405     "$blink_core_output_dir/inspector/v8/InjectedScriptSource.h", | 
|  | 406 | 
| 401     # Additional .cpp files for SVG. | 407     # Additional .cpp files for SVG. | 
| 402     "$blink_core_output_dir/SVGElementFactory.cpp", | 408     "$blink_core_output_dir/SVGElementFactory.cpp", | 
| 403 | 409 | 
| 404     # Generated from make_style_shorthands.py | 410     # Generated from make_style_shorthands.py | 
| 405     "$blink_core_output_dir/StylePropertyShorthand.cpp", | 411     "$blink_core_output_dir/StylePropertyShorthand.cpp", | 
| 406 | 412 | 
| 407     # Generated from make_style_builder.py | 413     # Generated from make_style_builder.py | 
| 408     "$blink_core_output_dir/StyleBuilder.cpp", | 414     "$blink_core_output_dir/StyleBuilder.cpp", | 
| 409     "$blink_core_output_dir/StyleBuilderFunctions.cpp", | 415     "$blink_core_output_dir/StyleBuilderFunctions.cpp", | 
| 410 | 416 | 
| 411     # Generated from make_css_property_metadata.py | 417     # Generated from make_css_property_metadata.py | 
| 412     "$blink_core_output_dir/CSSPropertyMetadata.cpp", | 418     "$blink_core_output_dir/CSSPropertyMetadata.cpp", | 
| 413   ] | 419   ] | 
| 414 | 420 | 
| 415   configs -= core_config_remove | 421   configs -= core_config_remove | 
| 416   configs += core_config_add | 422   configs += core_config_add | 
| 417 | 423 | 
| 418   configs += [ "..:inside_blink" ] | 424   configs += [ "..:inside_blink" ] | 
| 419 | 425 | 
| 420   public_deps = [ | 426   public_deps = [ | 
| 421     ":make_core_generated", | 427     ":make_core_generated", | 
| 422     ":prerequisites", | 428     ":prerequisites", | 
| 423     "inspector:instrumentation_sources", | 429     "inspector:instrumentation_sources", | 
| 424     "inspector:protocol_sources", | 430     "inspector:protocol_sources", | 
|  | 431     "inspector/v8:injected_script_sources", | 
| 425     "//gin", | 432     "//gin", | 
| 426     "//skia", | 433     "//skia", | 
| 427     "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 434     "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", | 
| 428     "//third_party/iccjpeg", | 435     "//third_party/iccjpeg", | 
| 429     "//third_party/libpng", | 436     "//third_party/libpng", | 
| 430     "//third_party/libwebp", | 437     "//third_party/libwebp", | 
| 431     "//third_party/libxml", | 438     "//third_party/libxml", | 
| 432     "//third_party/libxslt", | 439     "//third_party/libxslt", | 
| 433     "//third_party/npapi", | 440     "//third_party/npapi", | 
| 434     "//third_party/qcms", | 441     "//third_party/qcms", | 
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1020     "$blink_core_output_dir/{{source_name_part}}.h", | 1027     "$blink_core_output_dir/{{source_name_part}}.h", | 
| 1021   ] | 1028   ] | 
| 1022   args = [ | 1029   args = [ | 
| 1023     "{{source}}", | 1030     "{{source}}", | 
| 1024     rel_blink_core_gen_dir, | 1031     rel_blink_core_gen_dir, | 
| 1025     bison_exe, | 1032     bison_exe, | 
| 1026   ] | 1033   ] | 
| 1027 | 1034 | 
| 1028   deps = make_core_generated_deps | 1035   deps = make_core_generated_deps | 
| 1029 } | 1036 } | 
| OLD | NEW | 
|---|