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

Side by Side Diff: public/blink.gyp

Issue 864723003: Made blink gyps and gns to public oilpan configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« public/all.gyp ('K') | « public/all.gyp ('k') | no next file » | 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 # 56 #
57 # GN version: //third_party/WebKit/public:blink_minimal 57 # GN version: //third_party/WebKit/public:blink_minimal
58 'target_name': 'blink_minimal', 58 'target_name': 'blink_minimal',
59 'type': 'none', 59 'type': 'none',
60 'dependencies': [ 60 'dependencies': [
61 '../Source/platform/blink_platform.gyp:blink_common', 61 '../Source/platform/blink_platform.gyp:blink_common',
62 ], 62 ],
63 'export_dependent_settings': [ 63 'export_dependent_settings': [
64 '../Source/platform/blink_platform.gyp:blink_common', 64 '../Source/platform/blink_platform.gyp:blink_common',
65 ], 65 ],
66 'direct_dependent_settings': {
67 'defines': [
68 '<@(public_feature_defines)',
69 ],
70 },
66 }, 71 },
67 { 72 {
68 # GN version: //third_party/WebKit/public:test_support 73 # GN version: //third_party/WebKit/public:test_support
69 'target_name': 'blink_test_support', 74 'target_name': 'blink_test_support',
70 'type': 'none', 75 'type': 'none',
71 'dependencies': [ 76 'dependencies': [
72 '../Source/web/web.gyp:blink_web_test_support', 77 '../Source/web/web.gyp:blink_web_test_support',
73 ], 78 ],
74 'export_dependent_settings': [ 79 'export_dependent_settings': [
75 '../Source/web/web.gyp:blink_web_test_support', 80 '../Source/web/web.gyp:blink_web_test_support',
76 ], 81 ],
77 }, 82 },
78 ], 83 ],
79 } 84 }
OLDNEW
« public/all.gyp ('K') | « public/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698