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

Side by Side Diff: tools/perf/page_sets/intl_ko_th_vi.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « tools/perf/page_sets/intl_ja_zh.py ('k') | tools/perf/page_sets/key_desktop_sites.py » ('j') | 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 from telemetry.page import page as page_module 4 from telemetry.page import page as page_module
5 from telemetry.page import shared_page_state 5 from telemetry.page import shared_page_state
6 from telemetry import story 6 from telemetry import story
7 7
8 8
9 class IntlKoThViPage(page_module.Page): 9 class IntlKoThViPage(page_module.Page):
10 10
(...skipping 14 matching lines...) Expand all
25 cloud_storage_bucket=story.PARTNER_BUCKET) 25 cloud_storage_bucket=story.PARTNER_BUCKET)
26 26
27 urls_list = [ 27 urls_list = [
28 # Why: #7 site in Vietnam 28 # Why: #7 site in Vietnam
29 'http://us.24h.com.vn/', 29 'http://us.24h.com.vn/',
30 # Why: #6 site in Vietnam 30 # Why: #6 site in Vietnam
31 'http://vnexpress.net/', 31 'http://vnexpress.net/',
32 # Why: #18 site in Vietnam 32 # Why: #18 site in Vietnam
33 'http://vietnamnet.vn/', 33 'http://vietnamnet.vn/',
34 # Why: #5 site in Vietnam 34 # Why: #5 site in Vietnam
35 # pylint: disable=C0301 35 # pylint: disable=line-too-long
36 'http://news.zing.vn/the-gioi/ba-dam-thep-margaret-thatcher-qua-doi/a31289 5.html#home_noibat1', 36 'http://news.zing.vn/the-gioi/ba-dam-thep-margaret-thatcher-qua-doi/a31289 5.html#home_noibat1',
37 'http://kenh14.vn/home.chn', 37 'http://kenh14.vn/home.chn',
38 # Why: #5 site in Korea 38 # Why: #5 site in Korea
39 'http://www.naver.com/', 39 'http://www.naver.com/',
40 # Why: #9 site in Korea 40 # Why: #9 site in Korea
41 'http://www.daum.net/', 41 'http://www.daum.net/',
42 # Why: #25 site in Korea 42 # Why: #25 site in Korea
43 'http://www.donga.com/', 43 'http://www.donga.com/',
44 'http://www.chosun.com/', 44 'http://www.chosun.com/',
45 'http://www.danawa.com/', 45 'http://www.danawa.com/',
46 # Why: #10 site in Thailand 46 # Why: #10 site in Thailand
47 'http://pantip.com/', 47 'http://pantip.com/',
48 'http://thaimisc.com/' 48 'http://thaimisc.com/'
49 ] 49 ]
50 50
51 for url in urls_list: 51 for url in urls_list:
52 self.AddStory(IntlKoThViPage(url, self)) 52 self.AddStory(IntlKoThViPage(url, self))
OLDNEW
« no previous file with comments | « tools/perf/page_sets/intl_ja_zh.py ('k') | tools/perf/page_sets/key_desktop_sites.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698