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

Side by Side Diff: ios/third_party/blink/blink_html_tokenizer.gyp

Issue 1386273006: [iOS][gn] Port blink_html_tokenizer to build with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_testing
Patch Set: Rebase Created 5 years, 2 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
« no previous file with comments | « ios/third_party/blink/BUILD.gn ('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 # 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 'targets': [ 5 'targets': [
6 { 6 {
7 # GN version: //ios/third_party/blink:html_tokenizer
7 'target_name': 'blink_html_tokenizer', 8 'target_name': 'blink_html_tokenizer',
8 'type': 'static_library', 9 'type': 'static_library',
9 'dependencies': [ 10 'dependencies': [
10 '../../../base/base.gyp:base', 11 '../../../base/base.gyp:base',
11 ], 12 ],
12 'include_dirs': [ 13 'include_dirs': [
13 '../../..', 14 '../../..',
14 ], 15 ],
15 'sources': [ 16 'sources': [
16 'src/html_character_provider.h', 17 'src/html_character_provider.h',
17 'src/html_input_stream_preprocessor.h', 18 'src/html_input_stream_preprocessor.h',
18 'src/html_markup_tokenizer_inlines.h', 19 'src/html_markup_tokenizer_inlines.h',
19 'src/html_token.h', 20 'src/html_token.h',
20 'src/html_token.mm', 21 'src/html_token.mm',
21 'src/html_tokenizer.h', 22 'src/html_tokenizer.h',
22 'src/html_tokenizer.mm', 23 'src/html_tokenizer.mm',
23 'src/html_tokenizer_adapter.h', 24 'src/html_tokenizer_adapter.h',
24 ], 25 ],
25 }, 26 },
26 ], 27 ],
27 } 28 }
OLDNEW
« no previous file with comments | « ios/third_party/blink/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698