| 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("//tools/grit/grit_rule.gni") | 5 import("//tools/grit/grit_rule.gni") |
| 6 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 "web/WebArrayBufferConverter.h", | 444 "web/WebArrayBufferConverter.h", |
| 445 "web/WebMediaPlayerAction.h", | 445 "web/WebMediaPlayerAction.h", |
| 446 "web/WebEmbeddedWorkerStartData.h", | 446 "web/WebEmbeddedWorkerStartData.h", |
| 447 "web/WebConsoleMessage.h", | 447 "web/WebConsoleMessage.h", |
| 448 "web/WebSpeechRecognitionHandle.h", | 448 "web/WebSpeechRecognitionHandle.h", |
| 449 "web/WebSpellCheckClient.h", | 449 "web/WebSpellCheckClient.h", |
| 450 "web/WebTextAreaElement.h", | 450 "web/WebTextAreaElement.h", |
| 451 "web/WebDOMMouseEvent.h", | 451 "web/WebDOMMouseEvent.h", |
| 452 "web/WebFrame.h", | 452 "web/WebFrame.h", |
| 453 "web/WebViewClient.h", | 453 "web/WebViewClient.h", |
| 454 "web/WebPageOverlay.h", | |
| 455 "web/WebHistoryCommitType.h", | 454 "web/WebHistoryCommitType.h", |
| 456 "web/WebSecurityPolicy.h", | 455 "web/WebSecurityPolicy.h", |
| 457 "web/mac/WebInputEventFactory.h", | 456 "web/mac/WebInputEventFactory.h", |
| 458 "web/mac/WebSubstringUtil.h", | 457 "web/mac/WebSubstringUtil.h", |
| 459 "web/mac/WebScrollbarTheme.h", | 458 "web/mac/WebScrollbarTheme.h", |
| 460 "web/WebDOMResourceProgressEvent.h", | 459 "web/WebDOMResourceProgressEvent.h", |
| 461 "web/WebSharedWorkerRepositoryClient.h", | 460 "web/WebSharedWorkerRepositoryClient.h", |
| 462 "web/WebMIDIPermissionRequest.h", | 461 "web/WebMIDIPermissionRequest.h", |
| 463 "web/WebDOMActivityLogger.h", | 462 "web/WebDOMActivityLogger.h", |
| 464 "web/WebSelection.h", | 463 "web/WebSelection.h", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 grit("image_resources") { | 644 grit("image_resources") { |
| 646 output_dir = "$root_gen_dir/blink/public/resources" | 645 output_dir = "$root_gen_dir/blink/public/resources" |
| 647 use_qualified_include = true | 646 use_qualified_include = true |
| 648 source = "blink_image_resources.grd" | 647 source = "blink_image_resources.grd" |
| 649 outputs = [ | 648 outputs = [ |
| 650 "grit/blink_image_resources.h", | 649 "grit/blink_image_resources.h", |
| 651 "blink_image_resources_100_percent.pak", | 650 "blink_image_resources_100_percent.pak", |
| 652 "blink_image_resources_200_percent.pak", | 651 "blink_image_resources_200_percent.pak", |
| 653 ] | 652 ] |
| 654 } | 653 } |
| OLD | NEW |