Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: Source/core/core_generated.gyp

Issue 343503003: Finish modules build in GN. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add config Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/config.gyp ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 20 matching lines...) Expand all
31 { 31 {
32 'includes': [ 32 'includes': [
33 'core.gypi', 33 'core.gypi',
34 '../bindings/scripts/scripts.gypi', 34 '../bindings/scripts/scripts.gypi',
35 '../build/features.gypi', 35 '../build/features.gypi',
36 '../build/scripts/scripts.gypi', 36 '../build/scripts/scripts.gypi',
37 ], 37 ],
38 38
39 'targets': [ 39 'targets': [
40 { 40 {
41 # GN version: //third_party/WebCore/Source/core:core_event_interfaces 41 # GN version: //third_party/WebKit/Source/core:core_event_interfaces
42 'target_name': 'core_event_interfaces', 42 'target_name': 'core_event_interfaces',
43 'type': 'none', 43 'type': 'none',
44 'actions': [ 44 'actions': [
45 { 45 {
46 'action_name': 'make_core_event_interfaces', 46 'action_name': 'make_core_event_interfaces',
47 'variables': { 47 'variables': {
48 'event_idl_files': [ 48 'event_idl_files': [
49 '<@(core_event_idl_files)', 49 '<@(core_event_idl_files)',
50 ], 50 ],
51 'event_idl_files_list': 51 'event_idl_files_list':
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '../build/scripts/rule_bison.py', 819 '../build/scripts/rule_bison.py',
820 '<(RULE_INPUT_PATH)', 820 '<(RULE_INPUT_PATH)',
821 '<(blink_core_output_dir)', 821 '<(blink_core_output_dir)',
822 '<(bison_exe)', 822 '<(bison_exe)',
823 ], 823 ],
824 }, 824 },
825 ], 825 ],
826 }, 826 },
827 ], 827 ],
828 } 828 }
OLDNEW
« no previous file with comments | « Source/config.gyp ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698